-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "governo-aberto-api",
"version": "1.0.0",
"description": "API de acesso para o projeto Governo Aberto",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsnd -r tsconfig-paths/register --transpile-only --respawn --ignore-watch node_modules server.ts",
"debug": "tsnd --inspect --respawn server.ts",
"build": "tsc --project ./ && tscpaths -p tsconfig.json -s ./ -o ./build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.13",
"@babel/register": "^7.13.8",
"@cubejs-client/core": "^0.26.82",
"axios": "^0.21.1",
"cors": "^2.8.5",
"date-fns": "^2.21.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.12.3",
"reflect-metadata": "^0.1.13",
"tscpaths": "0.0.9"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/mongoose": "^5.10.4",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.2.3"
}
}