-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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": "pinee",
"version": "1.6.2",
"description": "핀 백업하는 pinee",
"scripts": {
"dev": "nodemon --exec ts-node index.ts",
"build": "tsc",
"preview": "tsc && node dist/index.js",
"deploy": "git push heroku main",
"postinstall": "npm run build",
"start": "node --trace-warnings dist/index.js"
},
"engines": {
"node": ">=16.9 <17"
},
"dependencies": {
"@discordjs/rest": "^1.0.1",
"discord-api-types": "^0.37.1",
"discord.js": "^14.1.2",
"isomorphic-fetch": "^3.0.0",
"redis": "^3.0.2",
"source-map-support": "^0.5.21",
"tslib": "~2.0.3"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "~14.14",
"@types/redis": "^2.8.28",
"@types/source-map-support": "^0.5.4",
"@typescript-eslint/eslint-plugin": "~4.7.0",
"@typescript-eslint/parser": "~4.7.0",
"eslint": "~7.13.0",
"eslint-config-prettier": "~6.15.0",
"nodemon": "^2.0.6",
"prettier": "~2.1.2",
"rimraf": "~3.0.2",
"ts-node": "^9.1.1",
"tsutils": "~3.17.0",
"typescript": "^4.5.5"
}
}