mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +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": {
|
"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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user