Skip to content

Commit

Permalink
re-add package-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Jul 20, 2023
1 parent c27ffec commit 9ea2e9c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "owobot",
"version": "1.0.0",
"description": "a discord bot!",
"main": "index.js",
"scripts": {
"lint": "npx eslint .",
"lint:fix": "npx eslint --fix",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"format": "npm run lint:fix && npm run prettier:fix"
},
"dependencies": {
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristopherBThai/Discord-OwO-Bot.git"
},
"author": "Christopher Thai",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChristopherBThai/Discord-OwO-Bot/issues"
},
"homepage": "https://github.com/ChristopherBThai/Discord-OwO-Bot#readme"
}

0 comments on commit 9ea2e9c

Please sign in to comment.