-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "@appunto/aoj-uploads",
"version": "0.1.12",
"description": "Uploads model for API on JSON framework",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"test:local": "mocha './test/localhandler.test.js' --timeout 50000 --exit",
"test:ovh": "mocha './test/ovhhandler.test.js' --timeout 50000 --exit",
"doc": "jsdoc -c jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appunto-io/aoj-uploads.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/appunto-io/aoj-uploads/issues"
},
"homepage": "https://github.com/appunto-io/aoj-uploads#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"mocha": "^6.2.2",
"mongodb-memory-server": "^6.6.1",
"yargs": "^10.0.3"
},
"dependencies": {
"@appunto/api-on-json": "^0.3.3",
"express-fileupload": "^1.1.7-alpha.4",
"lodash.kebabcase": "^4.1.1",
"md5": "^2.2.1",
"mustache": "^4.0.1",
"mv": "^2.1.1",
"node-ovh-objectstorage": "^2.0.3",
"sharp": "^0.32.1",
"tmp": "^0.2.1",
"uuid": "^3.3.2"
}
}