-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.05 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": "fileman-client",
"version": "1.0.2",
"main": "index.js",
"description": "client side about reseful-fileman service.",
"author": "big-wheel",
"bin": {
"fm": "bin/fm.js",
"fileman-client": "bin/fm.js"
},
"scripts": {
"doc": "documentation readme *.js -s API --github --markdown-toc=false -a public",
"test": "jest",
"prepublishOnly": "npm run doc && npm test"
},
"keywords": [
"fileman-client"
],
"license": "MIT",
"repository": "big-wheel/fileman-client",
"jest": {
"testMatch": [
"**/__test{s,}__/*.(spec|test).{t,j}s{x,}"
]
},
"devDependencies": {
"@types/jest": "^23.0.0",
"documentation": "^8.0.0",
"express": "^4.16.3",
"express-restful-fileman": "^2.0.4",
"jest": "^23.1.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"commander": "^2.15.1",
"dayjs": "^1.6.5",
"debug": "^3.1.0",
"file-type": "^8.0.0",
"md5": "^2.2.1",
"pify": "^3.0.0",
"superagent": "^3.8.3",
"toarray": "0.0.1",
"url-join": "^4.0.0",
"walli": "^1.1.2"
}
}