generated from corysanin/nodejs-web-template
Grocy api
This commit is contained in:
14
package.json
14
package.json
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "nodejs-web-template",
|
||||
"name": "chore-chart",
|
||||
"version": "0.0.1",
|
||||
"description": "A nodejs web project",
|
||||
"description": "Front end for Grocy chore lists",
|
||||
"keywords": [
|
||||
"web",
|
||||
"template"
|
||||
"grocy"
|
||||
],
|
||||
"homepage": "https://github.com/CorySanin/nodejs-web-template#readme",
|
||||
"homepage": "https://git.sanin.dev/corysanin/chore-chart#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/CorySanin/nodejs-web-template/issues"
|
||||
"url": "https://git.sanin.dev/corysanin/chore-chart/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/CorySanin/nodejs-web-template.git"
|
||||
"url": "git+https://git.sanin.dev/corysanin/chore-chart.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Cory Sanin",
|
||||
@@ -26,14 +26,12 @@
|
||||
"dependencies": {
|
||||
"ejs": "3.1.10",
|
||||
"express": "5.1.0",
|
||||
"express-session": "1.18.2",
|
||||
"json5": "2.2.3",
|
||||
"ky": "1.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "8.0.1",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/express-session": "^1.18.2",
|
||||
"@types/node": "^24.7.0",
|
||||
"forking-build-shit": "1.0.4",
|
||||
"typescript": "5.9.3"
|
||||
|
Reference in New Issue
Block a user