-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "picoscratch-manager",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@total-typescript/ts-reset": "^0.3.7",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"mariadb": "^3.0.2",
"sequelize": "^6.28.0",
"sequelize-typescript": "^2.1.5",
"uuid": "^9.0.0",
"ws": "^8.12.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/node": "^18.14.1",
"@types/sequelize": "^4.28.14",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^4.9.5"
}
}