forked from TechBowl-japan/html-stations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 830 Bytes
/
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
{
"name": "techtrain",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@techtrain/cli-railway": "^0.1.0-alpha.8",
"cypress": "^6.6.0",
"fp-ts": "^2.9.5",
"htmlhint": "^0.14.2",
"lite-server": "^2.6.1",
"prettier": "^2.2.1",
"simple-git-hooks": "^2.3.1",
"typescript": "^4.2.3",
"wcag-color": "^1.1.1",
"webpack-cli": "^4.5.0"
},
"scripts": {
"cypress:run": "cypress run --config video=false",
"login:techtrain": "techtrain-railway login",
"hook:pre-commit": "techtrain-railway hook:pre-commit",
"hook:update": "simple-git-hooks",
"station2:prettier": "prettier -c ./src/station2.html",
"postinstall": "yarn hook:update && yarn login:techtrain"
},
"simple-git-hooks": {
"pre-commit": "yarn hook:pre-commit"
}
}