Remove unused package.json bits
This commit is contained in:
parent
f29c821fc7
commit
474986b990
2 changed files with 0 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "revolt-automod",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"scripts": {
|
||||
|
@ -9,9 +8,6 @@
|
|||
"start": "node --experimental-specifier-resolution=node dist/index",
|
||||
"dev": "yarn build && yarn start"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/monk": "^6.0.0",
|
||||
"automod": "^0.1.0",
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
"build": "rm -rf dist && tsc",
|
||||
"dev": "rm -rf dist && tsc-watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.0.4",
|
||||
"monk": "^7.3.4",
|
||||
|
|
Loading…
Reference in a new issue