mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 00:41:16 -06:00
28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"licence": "GPL-3.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"fuse.js": "^7.1.0",
|
|
"glob": "^12.0.0",
|
|
"simple-git": "^3.30.0",
|
|
"yaml": "^2.8.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"scripts": {
|
|
"dev": "serve site/",
|
|
"generate": "ts-node src/run.ts",
|
|
"zod": "npx ts-to-zod src/types.ts src/zodType.ts",
|
|
"fmt": "npx prettier --write src site",
|
|
"fuse-index": "node src/fuse-index.js",
|
|
"ci-build": "npm run generate && npm run fuse-index"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"prettier": "^3.6.2",
|
|
"serve": "^14.2.5",
|
|
"ts-node": "^10.9.2",
|
|
"ts-to-zod": "^5.0.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|