-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 870 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
{
"name": "its-over-infos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@typeit/discord": "^1.0.3",
"@types/node": "^13.9.1",
"@types/ws": "^7.2.2",
"axios": "^0.19.2",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"node-html-parser": "^1.2.12",
"nodemon": "^2.0.2",
"tslint-config-airbnb": "^5.11.2"
},
"devDependencies": {},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon -e ts --exec \"npm run build \" && \"mpm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vybhnju/its-over-infos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vybhnju/its-over-infos/issues"
},
"homepage": "https://github.com/vybhnju/its-over-infos#readme"
}