forked from tumulr/cuti
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
{
"name": "@appveen/utils",
"version": "1.2.10",
"description": "appveen utils library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/appveen/utils.git"
},
"author": "Jerry M. <jerry@appveen.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/appveen/utils/issues"
},
"homepage": "https://github.com/appveen/utils.git#readme",
"dependencies": {
"axios": "^1.8.4",
"bluebird": "^3.7.2",
"file-type": "^11.1.0",
"ioredis": "~4.17.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"log4js": "^6.5.2",
"mongoose": "^6.13.6",
"read-chunk": "^3.2.0"
},
"devDependencies": {
"eslint": "^5.1.0"
}
}