-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "distance-map",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "tsnd --inspect=0.0.0.0:9229 --respawn --exit-child src/server.ts",
"build": "tsc --project ./",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"typeorm": "ts-node-dev ./node_modules/typeorm/cli.js"
},
"author": "Bruno Ochotorena <[email protected]>",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.2.6",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.38",
"un": "0.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.4",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
},
"lint-staged": {
"*.ts": "eslint --cache --fix"
}
}