Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Oct 22, 2024
1 parent f08f552 commit b039bd7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
{
"name": "party-overview",
"version": "2.15.1",
"description": "Provides an instant overview about vital stats of the players active in the current scene.",
"main": "party-overview.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./ --ext .js && eslint ./module --ext .js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mclemente/party-overview.git"
},
"author": "Matheus Clemente",
"license": "MIT",
"bugs": {
"url": "https://github.com/mclemente/party-overview/issues"
},
"homepage": "https://github.com/mclemente/party-overview#readme",
"devDependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1"
},
"dependencies": {
"handlebars": "^4.7.7"
}
}

0 comments on commit b039bd7

Please sign in to comment.