revoltwebhook/package.json

29 lines
634 B
JSON

{
"name": "revolt.gay",
"version": "1.0.0",
"description": "Shitty revolt bot to make shitty webhook stuff",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev index.ts"
},
"keywords": [
"gay"
],
"author": "amoggus",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"fs": "^0.0.1-security",
"revolt.js": "^5.0.1-alpha.7-patch.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^16.6.1",
"ts-node": "^10.2.0",
"ts-node-dev": "^1.1.8",
"tsc-watch": "^4.4.0"
}
}