-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 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
39
40
41
42
43
44
45
46
{
"name": "case-estante-virtual",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node ./build/src/index.js",
"dev": "ts-node-dev ./src/index.ts",
"test1": "jest competitionBusiness.test.ts",
"test2": "jest scoreBusiness.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FluffyThread/case-estante-virtual.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FluffyThread/case-estante-virtual/issues"
},
"homepage": "https://github.com/FluffyThread/case-estante-virtual#readme",
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^18.15.11",
"@types/sqlite3": "^3.1.8",
"@types/uuid": "^9.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"knex": "^2.4.2",
"mysql": "^2.18.1",
"sqlite3": "^5.1.6",
"typescript": "^5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/knex": "^0.16.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node-dev": "^2.0.0"
}
}