-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "renorari-net",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
"start": "ts-node index.ts",
"build": "tsc",
"run": "nodemon"
},
"author": "renorari",
"devDependencies": {
"@types/date-utils": "^1.2.2",
"@types/express": "^4.17.17",
"@types/http-proxy": "^1.17.11",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@octokit/webhooks": "^12.0.3",
"date-fns": "^2.30.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-proxy": "^1.18.1",
"js-yaml": "^4.1.0",
"jsdom": "^22.1.0",
"marked": "^9.0.0"
}
}