Files
scrollsmith/package.json
Madison Grubb 27dfed05ac
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/cron/ci Pipeline was successful
improve image gen prompting. increase cfg from 1->3 to make prompt follow more aggressively
2025-09-04 23:09:57 -04:00

24 lines
487 B
JSON

{
"name": "scrollsmith",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "node index.js"
},
"author": "",
"license": "SEE LICENSE IN README.md",
"description": "",
"dependencies": {
"dotenv": "^17.2.1",
"puppeteer": "^24.17.1"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"eslint": "^9.34.0",
"globals": "^16.3.0"
}
}