-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "js-study",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "ts-node-dev ./src/server.ts",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js"
},
"author": "me",
"license": "ISC",
"dependencies": {
"@apollo/server": "^3.0.0-alpha.1",
"@graphql-tools/schema": "^8.3.1",
"@types/bcrypt": "^5.0.0",
"bcrypt": "^5.0.1",
"class-validator": "^0.13.2",
"debug": "^4.3.3",
"express": "^4.17.2",
"express-graphql": "^0.12.0",
"graphql": "16.3.0",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.14.1",
"node": "^17.3.1",
"reflect-metadata": "^0.1.10",
"sqlite3": "^5.0.2",
"typedi": "^0.10.0",
"typeorm": "0.2.41",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^8.0.29",
"ts-node": "3.3.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
}
}