hollow-knight-completion-check/package.json
2021-01-24 23:10:29 +01:00

40 lines
982 B
JSON

{
"name": "hollow-knight-completion-check",
"version": "1.0.0",
"description": "Hollow Knight Analyze Save Completion Online Tool",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReznoRMichael/hollow-knight-completion-check.git"
},
"keywords": [
"hollow",
"knight",
"save",
"analyzer",
"analyze",
"file",
"completion",
"check",
"online",
"tool"
],
"author": "Michael ReznoR",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ReznoRMichael/hollow-knight-completion-check/issues"
},
"homepage": "https://github.com/ReznoRMichael/hollow-knight-completion-check#readme",
"dependencies": {},
"devDependencies": {
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"style-loader": "^2.0.0",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
}
}