-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.22 KB
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
{
"name": "@drumee/server-essentials",
"version": "1.2.32",
"description": "Drumee server essential components",
"main": "lib/index.js",
"scripts": {
"test": " npm run test:modules && npm run test:db && npm run test:cache",
"show:cache": "node lib/test/cache.js",
"show:sysEnv": "node lib/test/sysEnv.js",
"test:crypto": "node lib/test/subtleCrypto.js",
"test:email": "node lib/test/email.js",
"test:template": "node lib/test/template.js",
"test:db": "node lib/test/db.js",
"test:modules": "node lib/test/cache.js",
"release": "git push && npm publish --access public && npm version patch"
},
"repository": {
"type": "git",
"url": "git@github.com:drumee/server-essentials.git"
},
"bugs": {
"url": "https://github.com/drumee/server-essentials/issues"
},
"author": "Somanos Sar <somanos@drumee.com>",
"license": "AGPL V3",
"dependencies": {
"backbone": "^1.4.0",
"file-type": "^21.3.3",
"https": "^1.0.0",
"istextorbinary": "^9.5.0",
"jsonfile": "^5.0.0",
"lodash": "^4.17.21",
"mariadb": "^3.3.1",
"nodemailer": "^8.0.5",
"redis": "^4.6.6",
"sanitize-html": "^2.10.0",
"shelljs": "^0.8.5",
"syslog-client-tls": "^1.2.1"
}
}