Revolt-Bot/package.json

21 lines
423 B
JSON
Raw Permalink Normal View History

2023-08-20 20:44:16 +02:00
{
2024-03-15 20:40:45 +01:00
"name": "pluripastries",
"version": "0.5.0",
2023-08-20 20:44:16 +02:00
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2024-03-15 20:40:45 +01:00
"author": "cake",
"license": "GPLv3",
2023-08-20 20:44:16 +02:00
"devDependencies": {
"bun-types": "^1.0.31",
2023-08-20 20:44:16 +02:00
"typescript": "^5.1.3",
"typescript-language-server": "^3.3.2"
},
"dependencies": {
"revolt.js": "^7.0.0-beta.9",
"shlex": "^2.1.2"
2023-08-20 20:44:16 +02:00
}
}