Files
ephemere/package.json
T
naomi 0ec276c943
Node.js CI / Lint and Test (push) Successful in 39s
chore: forgot to push this script but i got a id3v2 thing
2025-10-31 19:42:27 -07:00

32 lines
747 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "node prod/index.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@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": {
"@inquirer/prompts": "7.8.6",
"@octokit/rest": "22.0.0",
"@types/cli-progress": "3.11.6",
"cli-progress": "3.12.0"
}
}