-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 907 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
40
41
42
43
44
45
{
"name": "gzemnid",
"version": "0.1.0",
"description": "",
"dependencies": {
"@npmcorp/changes-stream": "^1.0.0",
"JSONStream": "^1.1.4",
"babylon": "^6.9.1",
"koa": "^2.0.0",
"koa-logger": "^2.0.0",
"koa-route": "^3.0.0",
"lz4": "^0.6.0",
"mkdirp": "^0.5.1",
"node-fetch": "^2.1.2",
"semver": "^5.3.0"
},
"devDependencies": {
"eslint": "^4.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/Gzemnid.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejs/Gzemnid/issues"
},
"bin": "gzemnid.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint --cache gzemnid.js src"
},
"engines": {
"node": ">=8.5.0"
},
"files": [
"data/**/*.txt",
"src/**/*.js",
"build/**/*.js",
"scripts/*.sh",
".eslintrc",
"config.json",
"gzemnid.js"
]
}