forked from arya-s/nocchi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 837 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": "nocchi",
"version": "1.0.0",
"description": "Setup: `cp config.example.js config.js` and set up discord token.",
"main": "nocchi.js",
"scripts": {
"dev": "babel-node src/index.js",
"build": "babel src --out-dir bin",
"start": "node bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arya-s/nocchi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arya-s/nocchi/issues"
},
"homepage": "https://github.com/arya-s/nocchi#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0"
},
"dependencies": {
"discord.js": "^11.1.0",
"ffmpeg": "0.0.4",
"jsonfile": "^2.3.1",
"node-opus": "^0.2.7",
"twit": "^2.2.4",
"wolfram-alpha": "^0.5.0"
}
}