We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d3134 commit bc1b4d6Copy full SHA for bc1b4d6
Procfile
@@ -0,0 +1 @@
1
+worker: npm start
package.json
@@ -4,11 +4,20 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "start": "node ."
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/Araly/havoc"
13
},
14
"author": "",
15
"license": "ISC",
16
"dependencies": {
17
"discord.js": "^11.3.0"
18
19
+ "engines": {
20
+ "node": "9.8.0",
21
+ "npm": "5.8.0"
22
}
23
0 commit comments