-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 831 Bytes
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
{
"name": "itech",
"version": "1.0.0",
"description": "sera um ecommerce",
"main": "index.js",
"repository": "https://github.com/Weverson-Luan/QASmart.git",
"author": "Luan Dev",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --transpile-only src/index.ts",
"typeorm": "ts-node --transpile-only ./node_modules/typeorm/cli.js"
},
"dependencies": {
"dotenv": "^16.0.1",
"express": "^4.18.0",
"mysql2": "^2.3.3",
"pg": "^8.7.3",
"postgres": "^3.2.4",
"reflect-metadata": "^0.1.13",
"typeorm": "0.2.41",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.28",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.15",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.3"
}
}