Files
picpeak/package.json
T
Paul Nothaft e731e7b47c
Test and Lint / backend-test (push) Successful in 1m21s
Test and Lint / frontend-test (push) Has been cancelled
Address tar-fs CVE-2025-59343
2025-10-13 21:09:52 +02:00

20 lines
335 B
JSON

{
"scripts": {
"test:e2e": "playwright test"
},
"dependencies": {
"better-sqlite3": "^12.2.0",
"canvas": "^3.2.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"puppeteer": "^24.17.0",
"@playwright/test": "^1.48.2"
},
"overrides": {
"prebuild-install": {
"tar-fs": "2.1.4"
}
}
}