-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 772 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
{
"name": "leetcode",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/peterschussheim/leetcode.git",
"author": "Peter Schussheim <peter@schussheim.com>",
"license": "MIT",
"scripts": {
"test": "jest --watch",
"babel-node": "babel-node --presets=/*a*/ --ignore='foo|bar|baz'"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.34",
"@babel/preset-env": "7.0.0-beta.34",
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-env": "^1.5.2",
"eslint": "^3.19.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.3.1",
"jest": "^20.0.4",
"nodemon": "^1.11.0",
"prettier": "1.9.1",
"prettier-eslint": "^6.3.0"
},
"quokka": {
"babel": true
}
}