22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "revolt-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bad-words": "^3.0.4",
|
|
"better-sqlite3": "^7.1.2",
|
|
"dotenv": "^8.2.0",
|
|
"log75": "^2.0.1",
|
|
"revolt.js": "^4.1.3-alpha.3-patch.0"
|
|
},
|
|
"devDependencies": {
|
|
"enmap": "^5.8.4"
|
|
}
|
|
}
|