-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 951 Bytes
/
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
{
"dependencies": {
"commitizen": "^4.2.4",
"cors": "^2.8.5",
"csv-parse": "^5.0.4",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"fast-xml-parser": "^4.0.7",
"git-cz": "^4.8.0",
"multer": "^1.4.4",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.45",
"typescript": "^4.6.2"
},
"scripts": {
"build": "tsc",
"start": "node dist/App.js",
"dev": "ts-node-dev --transpile-only --ignore-watch node_modules --no-notify src/App.ts"
},
"name": "ppgcc-cm-datacapes-back",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:utfpr/ppgcc-cm-datacapes-back.git",
"author": "als-v <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/multer": "^1.4.7",
"jest": "^27.5.1",
"ts-node-dev": "^1.1.8"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}