-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.86 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
62
63
64
65
66
{
"name": "ghn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gen-env": "gen-env-types .env -o src/env.d.ts -e .",
"build": "rimraf dist/ && tsc && yarn copy-py",
"watch": "rimraf dist/ && yarn copy-py && tsc -w && yarn copy-py",
"dev": "nodemon dist/index.js",
"start": "node dist/index.js",
"start2": "ts-node src/index.ts",
"copy-py": "copyfiles -u 1 \"./src/**/*.py\" \"dist\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshsankariyer1234567890/ghn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigneshsankariyer1234567890/ghn/issues"
},
"homepage": "https://github.com/vigneshsankariyer1234567890/ghn#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/connect-redis": "^0.0.16",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.12",
"@types/express-session": "^1.17.3",
"@types/ioredis": "^4.26.4",
"@types/node": "^15.6.1",
"@types/nodemailer": "^6.4.2",
"@types/redis": "^2.8.29",
"@types/uuid": "^8.3.0",
"copyfiles": "^2.4.1",
"gen-env-types": "^1.3.0",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@types/zen-observable": "^0.8.3",
"apollo-server-express": "^2.25.0",
"argon2": "^0.27.2",
"axios": "^0.21.1",
"class-validator": "^0.13.1",
"connect-redis": "^5.2.0",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^10.0.0",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"graphql": "^15.5.0",
"ioredis": "^4.27.3",
"nodemailer": "^6.6.1",
"pg": "^8.6.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.32",
"uuid": "^8.3.2"
}
}