-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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": "juntosv3",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon -r tsconfig-paths/register index.ts",
"build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./ -o ./dist",
"prepare": "husky install",
"lint": "prettier --write .",
"studio": "prisma studio --port 5555"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@prisma/client": "3.0.2",
"@slack/web-api": "^6.4.0",
"@types/nanoid": "^3.0.0",
"axios": "^0.21.4",
"consola": "^2.15.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"googleapis": "^85.0.0",
"luxon": "^2.0.2",
"morgan": "^1.10.0",
"nanoid": "^3.1.25"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/consola": "^2.2.5",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/luxon": "^2.0.4",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"nodemon": "^2.0.12",
"prisma": "3.0.2",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.12.0",
"tscpaths": "^0.0.9",
"typescript": "^4.4.2"
}
}