37 lines
1.5 KiB
JSON
37 lines
1.5 KiB
JSON
{
|
|
"name": "abfallalarm",
|
|
"version": "0.1.2",
|
|
"description": "AbfallAlarm ist eine intuitive und benutzerfreundliche WebApp, die darauf abzielt, das Leben der Bürger von Arnsberg zu vereinfachen, indem sie eine zuverlässige Erinnerungsfunktion für den städtischen Abfallkalender bietet.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:patch": "webpack --config webpack.config.js --mode production && npm run bump-version patch && npm run copy-release",
|
|
"build:minor": "webpack --config webpack.config.js --mode production && npm run bump-version minor && npm run copy-release",
|
|
"build:major": "webpack --config webpack.config.js --mode production && npm run bump-version major && npm run copy-release",
|
|
"bump-version": "node bump-version.js",
|
|
"copy-release": "node copy-release-docs.js",
|
|
"start": "webpack serve --config webpack.config.js --mode development",
|
|
"stop": "sh stop-server.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/PxaMMaxP/AbfallAlarm.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "M. Passarello",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/PxaMMaxP/AbfallAlarm/issues"
|
|
},
|
|
"homepage": "https://github.com/PxaMMaxP/AbfallAlarm#readme",
|
|
"devDependencies": {
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.3.3",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^11.2.0",
|
|
"ical.js": "^1.5.0"
|
|
}
|
|
} |