Files
chore-chart/package.json
2025-10-15 00:06:45 -05:00

44 lines
996 B
JSON

{
"name": "chore-chart",
"version": "0.0.1",
"description": "Front end for Grocy chore lists",
"keywords": [
"web",
"grocy"
],
"homepage": "https://git.sanin.dev/corysanin/chore-chart#readme",
"bugs": {
"url": "https://git.sanin.dev/corysanin/chore-chart/issues"
},
"repository": {
"type": "git",
"url": "git+https://git.sanin.dev/corysanin/chore-chart.git"
},
"license": "MIT",
"author": "Cory Sanin",
"type": "module",
"main": "./distribution/index.js",
"files": [
"distribution",
"assets",
"views"
],
"dependencies": {
"ejs": "3.1.10",
"express": "5.1.0",
"json5": "2.2.3",
"ky": "1.11.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "8.0.1",
"@types/express": "^5.0.3",
"@types/node": "^24.7.0",
"forking-build-shit": "1.0.5",
"typescript": "5.9.3"
},
"scripts": {
"tsc": "tsc && tsc -p tsconfig.web.json",
"build": "build-shit",
"watch": "build-shit --watch"
}
}