Update package.json in @jspsych/config

This commit is contained in:
bjoluc 2021-10-01 19:10:13 +02:00
parent 9d8cff0121
commit 2c95fac678
2 changed files with 12 additions and 0 deletions

1
package-lock.json generated
View File

@ -14134,6 +14134,7 @@
"packages/config": { "packages/config": {
"name": "@jspsych/config", "name": "@jspsych/config",
"version": "0.1.0", "version": "0.1.0",
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/cli": "^7.15.4", "@babel/cli": "^7.15.4",
"@babel/core": "^7.14.6", "@babel/core": "^7.14.6",

View File

@ -1,6 +1,7 @@
{ {
"name": "@jspsych/config", "name": "@jspsych/config",
"version": "0.1.0", "version": "0.1.0",
"description": "Shared (build) configuration for jsPsych packages",
"type": "module", "type": "module",
"exports": { "exports": {
"./babel": { "./babel": {
@ -30,6 +31,16 @@
"build": "", "build": "",
"tsc": "" "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": { "dependencies": {
"@babel/cli": "^7.15.4", "@babel/cli": "^7.15.4",
"@babel/core": "^7.14.6", "@babel/core": "^7.14.6",