generated from nhcarrigan/template
21 lines
471 B
JSON
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"
|
|
}
|
|
}
|