Files
ephemere/package.json
T
naomi 18f3d15791
Node.js CI / Lint and Test (push) Has been cancelled
feat: add upload to s3 bucket script
2025-12-01 14:02:19 -08:00

33 lines
812 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env --no-masking -- tsx",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@aws-sdk/client-s3": "3.940.0",
"@inquirer/prompts": "7.8.6",
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.3.0",
"eslint": "9.34.0",
"tsx": "4.20.5",
"typescript": "5.9.2"
},
"dependencies": {
"@octokit/rest": "22.0.0",
"@types/cli-progress": "3.11.6",
"cli-progress": "3.12.0"
}
}