-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "@iarna/modbot",
"version": "1.1.1",
"bin": "modbot.js",
"server": "modbot.js",
"dependencies": {
"@iarna/cli": "^2.0.2",
"@iarna/discobot": "^1.1.0",
"@iarna/toml": "^2.2.0",
"discord.js": "^11.4.2"
},
"author": {
"name": "Rebecca Turner",
"email": "[email protected]",
"twitter": "ReBeccaOrg"
},
"license": "ISC",
"scripts": {
"prerelease": "npm t",
"release": "standard-version -s",
"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"test": "true",
"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/modbot.git"
},
"bugs": "https://github.com/iaiaiarna/modbot/issues",
"homepage": "https://npmjs.com/package/@iarna/modbot",
"description": "Moderation actions for my Discord servers"
}