-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (29 loc) · 635 Bytes
/
package.json
File metadata and controls
33 lines (29 loc) · 635 Bytes
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
{
"name": "old-redirector",
"version": "2.1.9",
"main": "./dist/index.js",
"license": "MPL-2.0",
"dependencies": {
"cors": "^2.8.5",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"typescript": "^3.8.3"
},
"scripts": {
"setup": "npm install && npm update",
"start": "node dist",
"test": "node test/test.js",
"build": "npx tsc",
"compile": "npx tsc",
"tsc": "npx tsc",
"quickstart": "npm run setup && npm start"
},
"devDependencies": {
"@types/ms": "^0.7.31",
"@types/cors": "^2.8.8",
"@types/express": "^4.17.7",
"@types/node-fetch": "^2.5.7"
}
}