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",
|
"name": "revolt-automod",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./index.js",
|
"exports": "./index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,9 +8,6 @@
|
||||||
"start": "node --experimental-specifier-resolution=node dist/index",
|
"start": "node --experimental-specifier-resolution=node dist/index",
|
||||||
"dev": "yarn build && yarn start"
|
"dev": "yarn build && yarn start"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/monk": "^6.0.0",
|
"@types/monk": "^6.0.0",
|
||||||
"automod": "^0.1.0",
|
"automod": "^0.1.0",
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
"build": "rm -rf dist && tsc",
|
"build": "rm -rf dist && tsc",
|
||||||
"dev": "rm -rf dist && tsc-watch"
|
"dev": "rm -rf dist && tsc-watch"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.0.4",
|
"@types/node": "^18.0.4",
|
||||||
"monk": "^7.3.4",
|
"monk": "^7.3.4",
|
||||||
|
|
Loading…
Reference in a new issue