{ "name": "hollow-knight-silksong-completion-check", "version": "0.2.0", "description": "Hollow Knight: Silksong Save Game Completion Analyzer Web Tool", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --config webpack.dev.js --mode development", "stage": "webpack --config webpack.stage.js --mode production", "prod": "webpack --config webpack.prod.js --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/Alba6rek/hollow-knight-silksong-completion-check.git" }, "keywords": [ "hollow", "knight", "silksong", "save", "analyzer", "analyze", "file", "completion", "check", "online", "web", "tool" ], "author": "Michael ReznoR", "license": "GPL-3.0", "bugs": { "url": "https://github.com/ReznoRMichael/hollow-knight-completion-check/issues" }, "homepage": "https://github.com/Alba6rek/hollow-knight-silksong-completion-check#readme", "dependencies": { "core-js": "^3.18.3" }, "devDependencies": { "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "babel-loader": "^8.2.3", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.4.0", "css-minimizer-webpack-plugin": "^3.1.1", "eslint": "^8.1.0", "html-webpack-partials-plugin": "^0.8.0", "html-webpack-plugin": "^5.4.0", "mini-css-extract-plugin": "^2.4.3", "regenerator-runtime": "^0.13.9", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.2.4", "webpack": "^5.101.3", "webpack-cli": "^4.10.0" } }