-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "mal_oauth",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"engines": {
"node": "16.x"
},
"dependencies": {
"apollo-server-express": "^3.6.6",
"axios": "^0.25.0",
"body-parser": "^1.19.1",
"class-validator": "^0.13.2",
"dataloader": "^2.1.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"graphql": "^15.3.0",
"pg": "^8.7.3",
"querystring": "^0.2.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.7.0",
"type-graphql": "^1.1.1",
"typeorm": "^0.3.5",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"nodemon": "^2.0.15"
},
"scripts": {
"start": "cd dist && node index.js",
"dev": "npm start",
"start-dev": "npx nodemon --exec ts-node src/index.ts",
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SabaManjavidze/Node_MAL_OAuth.git"
},
"author": "Saba Manjavidze",
"license": "ISC",
"bugs": {
"url": "https://github.com/SabaManjavidze/Node_MAL_OAuth/issues"
},
"homepage": "https://github.com/SabaManjavidze/Node_MAL_OAuth#readme"
}