25 lines
511 B
JSON
25 lines
511 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",
|
|
"sharp": "^0.34.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.34.0",
|
|
"eslint": "^9.34.0",
|
|
"globals": "^16.3.0"
|
|
}
|
|
}
|