-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 KB
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
{
"name": "barros-labenu-system3",
"version": "1.0.0",
"description": "Você estuda na Labenu_ há tanto tempo que já parecem anos, não é? Então, hoje, vamos pedir para criar um sistema que represente o básico da nossa organização.",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev ./src/index.ts",
"start": "tsc && node ./build/index.js",
"migrations": "tsnd ./src/data/migration.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/future4code/Barros-labenu-system3.git"
},
"keywords": [],
"author": "Bianca Paccola, Caroline Martins, Samuel Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/future4code/Barros-labenu-system3/issues"
},
"homepage": "https://github.com/future4code/Barros-labenu-system3#readme",
"dependencies": {
"@types/cors": "^2.8.13",
"@types/node": "^18.11.15",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"knex": "^2.3.0",
"mysql": "^2.18.1",
"save": "^2.9.0"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/knex": "^0.16.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
}
}