{ "name": "bkk-raindar-misskey", "version": "1.0.0", "description": "BKK Raindar Misskey Version", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node src/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.19.2", "misskey-js": "^2024.5.0", "uuid": "^10.0.0" } }