-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fawkes-server",
"version": "0.2.3",
"description": "The Fawkes server.",
"main": "build/server.js",
"scripts": {
"build": "./scripts/build.sh",
"build-mon": "./scripts/build-mon.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuajung/fawkes-server.git"
},
"author": "Joshua Jung <mailto:mail@joshua-jung.com>",
"license": "UNLICENSED",
"homepage": "https://github.com/joshuajung/fawkes-server.git",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/chance": "^1.0.0",
"@types/cors": "^2.8.4",
"@types/express": "^4.11.1",
"@types/helmet": "0.0.37",
"@types/jest": "^22.2.3",
"@types/lodash": "^4.14.109",
"@types/node": "^10.3.2",
"@types/nodemailer": "^4.6.0",
"@types/object-hash": "^1.2.0",
"@types/password-hash": "^1.2.20",
"@types/supertest": "^2.0.4",
"@types/validator": "^9.4.1",
"body-parser": "^1.18.3",
"chance": "^1.0.16",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-interceptor": "^1.2.0",
"helmet": "^3.12.1",
"jest": "^22.4.4",
"lodash": "^4.17.10",
"luxon": "^1.2.1",
"mysql2": "^1.5.3",
"nodemailer": "^4.6.5",
"nodemailer-mock": "^1.3.13",
"object-hash": "^1.3.0",
"password-hash": "^1.2.2",
"snyk": "^1.80.1",
"source-map-support": "^0.5.6",
"supertest": "^3.1.0",
"ts-jest": "^22.4.6",
"typescript": "^2.8.3",
"uuid": "^3.2.1",
"validator": "^10.2.0"
},
"devDependencies": {}
}