-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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": "radar-loggedin",
"version": "0.0.1",
"description": "",
"main": "js/index.js",
"scripts": {
"test": "jest",
"prestart": "npm run build",
"start": "pm2 start ./ecosystem.config.js --env production",
"start:dev": "ts-node ./src/index.ts",
"build": "tsc",
"clean": "tsc --build --clean",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"author": "mrTomatolegit",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-minify": "^0.1.35",
"@types/formidable": "^2.0.5",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint": "^8.39.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"node-ts": "^5.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@types/cors": "^2.8.13",
"airtable": "^0.11.6",
"cors": "^2.8.5",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-minify": "^1.0.0",
"formidable": "^2.1.1",
"mongodb": "^5.2.0",
"node-fetch": "^2.6.9"
}
}