Files
scrollsmith/package.json
T
renovate-bot 2b43eb2270
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 23s
PR / test-coverage (pull_request) Successful in 24s
fix(deps): update all non-major dependencies
2026-06-18 08:01:31 +00:00

30 lines
753 B
JSON

{
"name": "scrollsmith",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "vitest run",
"test:unit": "vitest run --exclude '**/integration/**'",
"test:coverage": "vitest run --coverage --exclude '**/integration/**'",
"test:integration": "vitest run --config vitest.integration.config.js",
"lint": "eslint .",
"start": "node index.js"
},
"author": "",
"license": "SEE LICENSE IN README.md",
"description": "",
"dependencies": {
"dotenv": "^17.2.1",
"puppeteer": "^25.0.0",
"sharp": "^0.35.0"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^10.0.0",
"globals": "^17.0.0",
"vitest": "^4.0.18"
}
}