This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
naomi f5dd45a4c4
Node.js CI / Lint and Test (push) Failing after 36s
feat: initial prototype
2025-07-30 13:55:23 -07:00

32 lines
778 B
JSON

{
"name": "womp-womp",
"version": "0.0.0",
"description": "WOMP WOMP",
"type": "module",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "op run --env-file=prod.env -- node prod/index.js",
"dev": "tsx src/index.ts",
"lint": "eslint src --max-warnings=0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"eslint": "9.32.0",
"tsx": "4.20.3",
"typescript": "5.8.3"
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",
"discord.js": "14.21.0",
"fastify": "5.4.0",
"remove-markdown": "0.6.2"
}
}