mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
Update package.json in @jspsych/config
This commit is contained in:
parent
9d8cff0121
commit
2c95fac678
1
package-lock.json
generated
1
package-lock.json
generated
@ -14134,6 +14134,7 @@
|
||||
"packages/config": {
|
||||
"name": "@jspsych/config",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.15.4",
|
||||
"@babel/core": "^7.14.6",
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@jspsych/config",
|
||||
"version": "0.1.0",
|
||||
"description": "Shared (build) configuration for jsPsych packages",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./babel": {
|
||||
@ -30,6 +31,16 @@
|
||||
"build": "",
|
||||
"tsc": ""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jspsych/jsPsych.git"
|
||||
},
|
||||
"author": "bjoluc <mail@bjoluc.de>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jspsych/jsPsych/issues"
|
||||
},
|
||||
"homepage": "https://www.jspsych.org/latest/developers/configuration",
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.15.4",
|
||||
"@babel/core": "^7.14.6",
|
||||
|
Loading…
Reference in New Issue
Block a user