-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
30
31
32
33
34
35
{
"name": "algo-js",
"version": "0.1.0",
"resolutions": {
"**/**/node-gyp": "5.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^27.4.6",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-flow": "^1.0.2",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"flow-bin": "^0.155.1",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"lodash": "^4.17.21",
"prettier": "^2.5.1",
"prettier-eslint": "^12.0.0",
"regenerator-runtime": "^0.13.9"
},
"scripts": {
"audit.ci": "npx audit-ci --high",
"flow": "flow",
"test": "jest --watch",
"lint": "eslint src/**"
}
}