-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "@codeday/account-gql",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"start": "node dist",
"clean": "rm -rf dist",
"build": "npm -s run clean && tsc",
"dev": "ts-node-dev --no-notify --respawn --transpile-only src",
"debug": "ts-node-dev --no-notify --respawn src"
},
"dependencies": {
"@codeday/uploader-node": "^1.0.1",
"apollo-server-express": "^3.6.7",
"auth0": "^2.40.0",
"auth0-get-all-users": "^1.1.0",
"class-validator": "^0.13.2",
"dotenv": "^16.0.0",
"emoji-strip": "^1.0.1",
"express": "^4.17.3",
"graphql": "^15.3.0",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^13.0.0",
"graphql-ws": "^5.6.4",
"jsonwebtoken": "^8.5.1",
"lru-cache": "^7.8.1",
"phone": "^3.1.15",
"reflect-metadata": "^0.1.13",
"stripe": "^15.3.0",
"type-graphql": "^1.1.1",
"typedi": "^0.8.0",
"ws": "^8.5.0"
},
"devDependencies": {
"@codeday/eslint-config": "^2.1.4",
"@codeday/eslint-config-typescript": "^2.1.6",
"@types/auth0": "^2.34.17",
"@types/graphql-upload": "^8.0.11",
"@types/jsonwebtoken": "^8.5.8",
"@types/lru-cache": "^7.6.1",
"@types/node": "^14.0.27",
"@types/node-fetch": "^2.5.7",
"@types/validator": "^13.7.2",
"@types/ws": "^8.5.3",
"eslint": "^7.6.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.1.8",
"typescript": "^3.9.7"
}
}