21 lines
618 B
JSON
21 lines
618 B
JSON
{
|
|
"name": "sichtderdinge_sortierer",
|
|
"version": "1.0.0",
|
|
"description": "Sortiert die Items der Sicht der Dinge nach Einkaufspreis und Realwert",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"watch": "webpack --watch --progress --colors --config webpack.conf.js",
|
|
"dev": "webpack --progress --mode development",
|
|
"prod": "NODE_ENV=production webpack -p --config webpack.conf.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forgejo.nuhp.de/bwe/SichtDerDinge_Sortierer.git"
|
|
},
|
|
"author": "bwe",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio": "^1.2.0",
|
|
"redis": "^5.11.0"
|
|
}
|
|
}
|