-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
48 lines (48 loc) · 1.26 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
47
48
{
"name": "Caracal",
"version": "1.0.0",
"description": "Conslidated Backend, Auth, and Security Services",
"main": "caracal.js",
"scripts": {
"test": "mocha test/* --exit",
"lint": "eslint *.js handlers/*.js test/**/*.js",
"lint-fix": "eslint *.js handlers/*.js test/**/*.js --fix",
"start": "node caracal.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camicroscope/caboodle.git"
},
"author": "camicroscope",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/camicroscope/caboodle/issues"
},
"homepage": "https://github.com/camicroscope/caboodle#readme",
"dependencies": {
"adm-zip": "^0.4.16",
"ajv": "^8.6.0",
"ajv-keywords": "^5.0.0",
"atob": "^2.1.2",
"cross-fetch": "^3.1.5",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"http-proxy-middleware": "^0.20.0",
"inkjet": "^2.1.2",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"mongodb": "^3.6.6",
"throng": "^5.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.4",
"eslint": "^8.44.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-security": "^1.4.0",
"mocha": "^10.2.0"
}
}