hollow-knight-silksong-comp.../package.json
2022-02-19 22:47:29 +01:00

55 lines
1.5 KiB
JSON

{
"name": "hollow-knight-completion-check",
"version": "2.1.0",
"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",
"stage": "webpack --config webpack.stage.js --mode production",
"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": {
"core-js": "^3.18.3"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"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.59.1",
"webpack-cli": "^4.9.1"
}
}