-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sockmafia-autogm",
"version": "1.1.0",
"description": "Auto gamemaster for sockmafia",
"main": "src/autoGM.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "eslint . && istanbul cover node_modules/mocha/bin/_mocha -- --recursive -R dot ./test/unitTests.js && mocha -R dot ./test/unitTests.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamikuronue/sockmafia-autoGM.git"
},
"author": "yamikuronue",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamikuronue/sockmafia-autoGM/issues"
},
"homepage": "https://github.com/yamikuronue/sockmafia-autoGM#readme",
"dependencies": {
"debug": "^2.2.0",
"handlebars": "^4.0.5",
"moment": "^2.14.1",
"rimraf-promise": "^2.0.0",
"sockmafia": ">=4.0.2"
},
"peerDependencies": {
"sockbot": "^6.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"eslint": "^3.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"publish-please": "^2.2.0"
}
}