-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 955 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 955 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
34
35
36
{
"name": "discord-artifact2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2 delete tib-bot; tsc; pm2 start ./index.js --name tib-bot",
"compile_start": "tsc && node index.js",
"compile": "tsc",
"dev": "nodemon -e ts --exec \"npm run compile_start\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/cron": "^1.3.0",
"axios": "^0.18.0",
"chalk": "^2.4.1",
"cron": "^1.6.0",
"discord.js": "^11.4.2",
"dotenv-safe": "^6.1.0",
"lodash": "^4.17.11",
"node-artifact-api": "^0.4.2",
"nodemon": "^1.18.7",
"signale": "^1.3.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/common-tags": "^1.8.0",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.12",
"@types/signale": "^1.2.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
}
}