This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@brown-ccv/behavioral-task-trials",
"version": "2.0.0",
"description": "all-in-one starter app with behavioral task trials",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "node app.js",
"release": "semantic-release",
"test": "jest --config ./jest.config.js",
"updatereadme": "node jsdoc2md.js",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brown-ccv/behavioral-task-trials.git"
},
"release": {
"branches": [
"main",
"next"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brown-ccv/behavioral-task-trials/issues"
},
"homepage": "https://github.com/brown-ccv/behavioral-task-trials#readme",
"dependencies": {
"cz-conventional-changelog": "^3.2.0",
"git-cz": "^4.7.0",
"jquery": "^3.5.1",
"jspsych": "^7.2.3",
"@jspsych/plugin-html-button-response": "^1.1.1",
"@jspsych/plugin-html-keyboard-response": "^1.1.1",
"@jspsych/plugin-html-slider-response": "^1.1.1",
"@jspsych/plugin-image-keyboard-response": "^1.1.1",
"@jspsych/plugin-survey-multi-choice": "^1.1.1",
"@jspsych/plugin-survey-text": "^1.1.1",
"semantic-release": "^21.0.1"
},
"devDependencies": {
"jest": "^26.2.2",
"jsdoc-to-markdown": "^6.0.1",
"@babel/preset-env": "^7.18.6"
}
}