{ "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": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "babel-loader": "^8.2.2", "css-loader": "^5.0.1", "eslint": "^7.18.0", "mini-css-extract-plugin": "^1.3.4", "optimize-css-assets-webpack-plugin": "^5.0.4", "style-loader": "^2.0.0", "terser-webpack-plugin": "^5.1.1", "url-loader": "^4.1.1", "webpack": "^5.17.0", "webpack-cli": "^4.4.0" } }