-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "runtime-cli",
"version": "3.1.1",
"description": "runtime.js cli",
"main": "index.js",
"scripts": {
"test": "tape test/index.js test/package-tests.js && npm run lint",
"lint": "eslint ."
},
"bin": {
"runtime": "bin/runtime.js"
},
"repository": {
"type": "git",
"url": "[email protected]:runtimejs/runtime-cli.git"
},
"author": "runtime.js project authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/runtimejs/runtime-cli/issues"
},
"homepage": "http://runtimejs.org",
"dependencies": {
"buffer-crc32": "^0.2.5",
"chalk": "^1.1.1",
"chokidar": "^1.4.2",
"gunzip-maybe": "^1.2.1",
"ignore": "^3.0.11",
"minimist": "^1.2.0",
"pad": "^1.0.0",
"pretty-bytes": "^2.0.1",
"progress-stream": "^1.1.1",
"request": "^2.65.0",
"shelljs": "^0.5.3",
"single-line-log": "^1.0.1",
"streamifier": "^0.1.1",
"tabtab": "0.0.4"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-runtime": "^1.0.0",
"eslint-plugin-runtime-internal": "^1.0.0",
"mock-fs": "^3.11.0",
"tape": "^4.4.0"
}
}