Files
chibika/package.json
T
2025-07-19 13:48:51 -07:00

21 lines
471 B
JSON

{
"name": "chibika",
"version": "0.0.0",
"description": "A bot that shares ASCII art.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"eslint": "9.31.0",
"typescript": "5.8.3"
}
}