-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 904 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 904 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
34
35
36
37
{
"name": "api-gateway",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --respawn --transpile-only src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranielm/api-getaway.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ranielm/api-getaway/issues"
},
"homepage": "https://github.com/ranielm/api-getaway#readme",
"dependencies": {
"axios": "^1.5.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"redis": "^3.1.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/redis": "^4.0.11",
"ts-node-dev": "^2.0.0"
}
}