Files
scrollsmith/package.json
keligrubb 96223b81e6
All checks were successful
ci/woodpecker/cron/ci Pipeline was successful
more tweaks
2026-01-19 22:37:53 -05:00

26 lines
575 B
JSON

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