forked from JaquelineVictal/Parrot_HandOn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "parrot_handon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node --unhandled-rejections=strict ./dist/app.js",
"debug": "export DEBUG=* && npm run start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaquelineVictal/Parrot_HandOn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JaquelineVictal/Parrot_HandOn/issues"
},
"homepage": "https://github.com/JaquelineVictal/Parrot_HandOn#readme",
"dependencies": {
"@types/node-fetch": "^2.6.2",
"@types/sequelize": "^4.28.14",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.1",
"express-winston": "^4.2.0",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.6",
"sequelize": "^6.25.3",
"winston": "^3.8.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.14",
"@types/jest": "^29.2.0",
"babel-jest": "^29.2.1",
"jest": "^29.2.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
}
}