-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
28 lines (28 loc) · 1.01 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
{
"scripts": {
"upload": "node-riffraff-artifact",
"validate": "script/make validate -j8 -Orecurse",
"fix": "script/make fix -j8 -Orecurse",
"build": "script/make build -j8 -Orecurse",
"test": "script/make test -j8 -Orecurse",
"install-mallard": "script/make install",
"validate-mallard": "script/make validate-Mallard",
"validate-mallard-tsc": "echo 'no longer used'",
"test-mallard": "script/make test-Mallard"
},
"devDependencies": {
"@guardian/node-riffraff-artifact": "0.0.15",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.3"
},
"private": true
}