-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 832 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 832 Bytes
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
{
"name": "hhmi",
"version": "1.22.0",
"private": true,
"description": "Question database and submission application for HHMI",
"repository": {
"type": "git",
"url": "git@gitlab.coko.foundation:hhmi/hhmi.git"
},
"license": "MIT",
"packageManager": "yarn@4.9.2",
"author": "Yannis Barlas",
"main": "index.js",
"scripts": {
"clean": "sh clean.sh",
"cz": "./node_modules/.bin/lint-staged && ./node_modules/.bin/git-cz",
"storybook": "docker-compose -f docker-compose.storybook.yml up",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
},
"devDependencies": {
"@coko/lint": "^2.1.0",
"any-text": "^1.2.0",
"cypress": "^13.15.0",
"lodash": "^4.17.21"
}
}