Revolt-Bot/package.json
2024-03-15 23:23:29 +01:00

20 lines
423 B
JSON

{
"name": "pluripastries",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cake",
"license": "GPLv3",
"devDependencies": {
"bun-types": "^1.0.31",
"typescript": "^5.1.3",
"typescript-language-server": "^3.3.2"
},
"dependencies": {
"revolt.js": "^7.0.0-beta.9",
"shlex": "^2.1.2"
}
}