1
0
Fork 0
llama-bot/package.json

36 lines
892 B
JSON

{
"main": "dist/index.js",
"private": true,
"scripts": {
"start": "yarn build && node dist/index.js",
"test": "jest",
"lint": "eslint .",
"clean": "del dist",
"build": "yarn clean && tsc"
},
"dependencies": {
"@sapphire/decorators": "^4.2.6",
"@sapphire/framework": "^2.4.1",
"discord.js": "^13.6.0",
"firebase-admin": "^10.0.2",
"nekos.life": "^2.0.9"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"colorette": "^2.0.16",
"del-cli": "^4.0.1",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"pretty-error": "^4.0.0",
"string-similarity": "^4.0.4",
"ts-jest": "^27.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.2",
"utility-types": "^3.10.0"
}
}