Skip to content

Commit 35ba5d4

Browse files
committed
update package.json
1 parent 625f0ff commit 35ba5d4

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
2-
"name": "devmod-core",
2+
"name": "devmod",
33
"version": "1.0.0",
4-
"description": "The core of the devmod bot.",
5-
"main": "src/main.ts",
6-
"author": "Gabe Dunn <gabe.dunn@shaw.ca>",
4+
"description": "A discord bot for moderating servers.",
5+
"homepage": "https://github.com/redxtech/devmod#readme",
6+
"bugs": "https://github.com/redxtech/devmod/issues",
77
"license": "MIT",
8+
"author": "Gabe Dunn <gabed@hey.com>",
9+
"main": "src/main.ts",
10+
"repository": "github:redxtech/devmod",
811
"scripts": {
912
"dev": "nodemon --exec ts-node ./src/main.ts --strict",
1013
"lint": "prettier --check ./src",
1114
"lint:fix": "prettier --write ./src"
1215
},
13-
"husky": {
14-
"hooks": {
15-
"pre-commit": "pretty-quick --staged"
16-
}
17-
},
1816
"dependencies": {
1917
"chalk": "^4.1.0",
2018
"discord.js": "^12.3.1",
@@ -30,6 +28,13 @@
3028
"pretty-quick": "^2.0.1",
3129
"ts-node": "^8.10.2",
3230
"typescript": "^4.0.2"
31+
"engines": {
32+
"node": ">=12"
33+
},
34+
"husky": {
35+
"hooks": {
36+
"pre-commit": "pretty-quick --staged"
37+
}
3338
},
3439
"nodemonConfig": {
3540
"ignore": [

0 commit comments

Comments
 (0)