spooky-bot / package.json
Mahfujul's picture
Upload 9 files
ec83114 verified
raw
history blame
No virus
579 Bytes
{
"dependencies": {
"axios": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.1.3",
"node_characterai": "^1.2.1",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1"
},
"name": "miku-bot",
"version": "1.0.0",
"main": "indes.js",
"devDependencies": {
"@swc/core": "^1.3.61",
"@swc/helpers": "^0.5.1",
"regenerator-runtime": "^0.13.11",
"tsconfig-paths": "^4.2.0"
},
"scripts": {
"start": "nodemon main.ts",
"test": "nodemon test.ts"
},
"keywords": [],
"author": "ruriko123",
"license": "ISC",
"description": ""
}