-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
43
44
45
46
47
48
49
{
"name": "spotenu",
"version": "1.0.0",
"description": "Projeto fullstack de conclusão do bootcamp Web fullstack da Labenu.",
"main": "index.js",
"scripts": {
"start": "tsc && node build/index.js",
"start:dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JulianaBerdeville/spotenu.git"
},
"keywords": [
"NPM",
"Typescript",
"Javascript",
"React.js",
"Express",
"Knex"
],
"author": "Juliana Berdeville",
"license": "ISC",
"bugs": {
"url": "https://github.com/JulianaBerdeville/spotenu/issues"
},
"homepage": "https://github.com/JulianaBerdeville/spotenu#readme",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.7",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.7",
"@types/jsonwebtoken": "^8.5.0",
"@types/knex": "^0.16.1",
"@types/node": "^14.6.0",
"@types/uuid": "^8.3.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.5",
"mysql": "^2.18.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"uuid": "^8.3.0"
}
}