Initial Sortierer
This commit is contained in:
parent
9a3edd4046
commit
1d32171e21
7 changed files with 119 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue