-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "@iarna/discobot",
"version": "1.1.0",
"author": {
"name": "Rebecca Turner",
"email": "[email protected]",
"twitter": "ReBeccaOrg"
},
"license": "ISC",
"scripts": {
"release": "standard-version -s",
"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"test": "tap -J -100 test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"devDependencies": {
"weallbehave": "*",
"weallcontribute": "*",
"standard": "*",
"standard-version": "*",
"tap": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/iaiaiarna/discobot.git"
},
"bugs": "https://github.com/iaiaiarna/discobot/issues",
"homepage": "https://npmjs.com/package/discobot",
"dependencies": {
"@perl/qr": "^1.2.0",
"discord.js": "^11.4.2",
"yargs": "^12.0.2"
},
"description": "A little framework to build my Discord bots off of."
}