-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 912 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
{
"name": "agencia-api",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:glesiosantos/agencia-api.git",
"author": "glesiosantos <[email protected]>",
"license": "MIT",
"scripts": {
"start": "sucrase-node src/index.ts",
"dev": "ts-node-dev --respawn --transpile-only src/server.ts"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"fast-glob": "^3.3.1",
"sucrase": "^3.34.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"dependencies": {
"express": "^4.18.2",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.17"
}
}