-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1023 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
{
"name": "kenote-store-helper",
"version": "1.1.5",
"description": "Upload Store's Helper.",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"repository": "https://github.com/kenote/store-helper.git",
"author": "thondery <thondery@163.com>",
"license": "MIT",
"scripts": {
"test": "jest --detectOpenHandles",
"build": "rm -rf ./dist && tsc"
},
"devDependencies": {
"@types/express": "^4.17.7",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.159",
"@types/supertest": "^2.0.10",
"express": "^4.17.1",
"jest": "^25.5.4",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
},
"dependencies": {
"@types/busboy": "^0.2.3",
"@types/bytes": "^3.1.0",
"@types/fs-extra": "^8.1.1",
"busboy": "^0.3.1",
"bytes": "^3.1.0",
"fs-extra": "^8.1.0"
},
"engines": {
"node": ">8.0.0"
},
"keywords": [
"upload",
"store",
"helper",
"assistant",
"typescript"
]
}