-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 885 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
35
{
"name": "twitch-powered-up",
"version": "2.0.0",
"description": "Twitch Powered Up",
"main": "index.js",
"scripts": {
"start": "node bin/twitch-powered-up.js",
"test": "node test/test.js && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jncraton/twitch-powered-up.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jncraton/twitch-powered-up/issues"
},
"homepage": "https://github.com/jncraton/twitch-powered-up#readme",
"dependencies": {
"jsonschema": "^1.4.0",
"node-poweredup": "^6.7.0",
"tmi.js": "^1.5.0",
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"standard": "^14.3.4",
"json-schema-to-markdown": "^1.1.1"
},
"bin": {
"twitch-powered-up": "bin/twitch-powered-up.js",
"tpu-rename-hub": "bin/rename-hub.js"
}
}