-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
{
"name": "bodgery-member-api",
"version": "1.0.0",
"description": "Consolidating the Bodgery's member management",
"repository": "https://github.com/bodgery/bodgery-member-api",
"license": "BSD-2-Clause",
"scripts": {
"start": "ts-node --transpile-only app.ts start",
"build": "tsc",
"test": "mocha"
},
"dependencies": {
"@types/assert": "^1.4.2",
"@types/bcrypt": "^3.0.0",
"@types/cookie-session": "^2.0.41",
"@types/express": "^4.16.1",
"@types/js-yaml": "^3.12.0",
"@types/nconf": "^0.10.0",
"@types/pg": "^7.4.14",
"@types/request": "^2.48.1",
"@types/scrypt": "^6.0.0",
"@types/shortid": "0.0.29",
"argon2": "^0.21.0",
"assert": "^1.4.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"cookie-session": "^1.4.0",
"crypto-random-string": "^3.0.1",
"csrf": "^3.1.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-oauth-server": "^2.0.0",
"googleapis": "^40.0.0",
"js-yaml": "^3.13.1",
"logger": "^0.0.1",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"password-prompt": "^1.1.2",
"pg": "^7.8.2",
"pg-escape": "^0.2.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"scrypt": "^6.0.3",
"short-uuid": "^3.1.0",
"shortid": "^2.2.14",
"sprintf-js": "^1.1.2",
"typeorm": "^0.2.19",
"typeorm-model-generator": "^0.3.5",
"typescript": "^3.3.3333",
"yargs": "^13.3.0"
},
"devDependencies": {
"@types/expect": "^1.20.4",
"@types/mocha": "^8.0.3",
"@types/supertest": "^2.0.7",
"mocha": "^8.1.3",
"sinon": "^9.0.3",
"supertest": "^3.3.0",
"supertest-session": "^4.1.0",
"ts-mocha": "^6.0.0",
"ts-node": "^8.0.3"
}
}