-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "search-api",
"version": "1.0.0",
"description": "A node typescript express project consuming OpenCage-Geocoder API with postgresql and typeorm as the orm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc-watch --onSuccess \"node ./dist/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ywalakamar/opencage-search-api.git"
},
"keywords": [
"typescript",
"typeorm",
"postgresql",
"express",
"node"
],
"author": "Kipruto Barno",
"license": "MIT",
"bugs": {
"url": "https://github.com/ywalakamar/opencage-search-api/issues"
},
"homepage": "https://github.com/ywalakamar/opencage-search-api#readme",
"dependencies": {
"@types/compression": "^1.0.1",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.2",
"@types/node": "^13.1.1",
"@types/request-promise": "^4.1.45",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^5.0.0-alpha.7",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"tsc-watch": "^4.0.0",
"typescript": "^3.7.4"
}
}