revolt-bot/package.json

22 lines
429 B
JSON
Raw Permalink Normal View History

2021-03-01 23:10:35 +00:00
{
"name": "revolt-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2021-03-16 13:16:17 +00:00
"bad-words": "^3.0.4",
2021-03-02 22:24:33 +00:00
"better-sqlite3": "^7.1.2",
2021-03-01 23:10:35 +00:00
"dotenv": "^8.2.0",
"log75": "^2.0.1",
2021-05-19 16:00:49 +00:00
"revolt.js": "^4.1.3-alpha.3-patch.0"
2021-03-02 22:24:33 +00:00
},
"devDependencies": {
"enmap": "^5.8.4"
2021-03-01 23:10:35 +00:00
}
}