File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments