-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.54 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
47
48
49
{
"name": "@matianfu/impress",
"version": "0.1.0",
"description": "a request/express equivalent for resource protocol (rp)",
"main": "index.js",
"scripts": {
"test": "sudo env NODE_PATH=. PATH=$(dirname $(which node)):$PATH nodemon --exec mocha test",
"dest": "sudo env NODE_PATH=. PATH=$(dirname $(which node)):$PATH DEBUG=\"express:*\" nodemon --exec mocha test",
"dest1": "sudo env NODE_PATH=. PATH=$(dirname $(which node)):$PATH DEBUG=\"express:*\" nodemon --exec mocha",
"unit": "NODE_PATH=. nodemon --exec mocha unit",
"unit1": "NODE_PATH=. nodemon --exec mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matianfu/impress.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/matianfu/impress/issues"
},
"homepage": "https://github.com/matianfu/impress#readme",
"dependencies": {
"array-flatten": "^3.0.0",
"debug": "^4.1.1",
"deep-diff": "^1.0.2",
"depd": "^2.0.0",
"express": "^4.17.1",
"methods": "^1.1.2",
"mkdirp": "^1.0.4",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.1.0",
"rimraf": "^3.0.2",
"setprototypeof": "^1.2.0",
"utils-merge": "^1.0.1",
"uuid": "^7.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.1",
"nodemon": "^2.0.3"
}
}