-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 Bytes
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
{
"name": "queryings-api",
"version": "1.0.0",
"description": "",
"main": "./src/index.ts",
"scripts": {
"build": "tsc",
"start": "node ./dist/src/index.js",
"dev": "nodemon"
},
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.10.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"axios": "^1.6.7",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^8.2.1",
"graphql": "^16.8.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}