hollow-knight-silksong-comp.../package.json
2021-02-12 22:20:57 +01:00

51 lines
1.4 KiB
JSON

{
"name": "hollow-knight-completion-check",
"version": "1.0.2",
"description": "Hollow Knight 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",
"prod": "webpack --config webpack.prod.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReznoRMichael/hollow-knight-completion-check.git"
},
"keywords": [
"hollow",
"knight",
"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/ReznoRMichael/hollow-knight-completion-check#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"eslint": "^7.18.0",
"html-webpack-partials-plugin": "^0.8.0",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.4",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
}
}