-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 899 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
36
37
38
39
{
"name": "data-struct",
"version": "1.0.0",
"description": "leetcode",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"leetcode"
],
"author": "alice",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.6",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"babel-preset-env": "1.7.0",
"eslint-plugin-jest": "22.0.0",
"regenerator-runtime": "0.12.1"
},
"devDependencies": {
"eslint": "5.9.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"jest": "^29.2.1"
},
"directories": {
"test": "test"
}
}