-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "code_arena",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha dist/tests/**.js",
"start": "nodemon dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/mario_buonomo/code_arena.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/mario_buonomo/code_arena#readme",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.17.2",
"ts-node": "^7.0.1"
},
"dependencies": {
"@types/bcrypt": "^2.0.0",
"@types/express-graphql": "^0.6.1",
"@types/facebook-js-sdk": "^2.8.6",
"@types/graphql": "^0.13.4",
"@types/jsonwebtoken": "^7.2.8",
"@types/mongoose": "^5.2.19",
"@types/node": "^10.11.7",
"@types/passport": "^0.4.6",
"@types/passport-jwt": "^3.0.1",
"@types/passport-local": "^1.0.33",
"bcrypt": "^3.0.0",
"class-transformer": "^0.1.9",
"class-validator": "^0.9.1",
"cors": "^2.8.4",
"express": "^4.16.4",
"express-fileupload": "^0.4.0",
"express-graphql": "^0.6.12",
"fbgraph": "^1.4.4",
"googleapis": "^33.0.0",
"graphql": "^0.13.2",
"implement-js": "0.0.20",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.0",
"npm": "^6.13.4",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"q": "^1.5.1",
"reflect-metadata": "^0.1.12",
"threads": "^0.10.1",
"type-graphql": "^0.12.3",
"typegoose": "^5.4.1",
"typeorm": "^0.2.7"
}
}