2024-07-08 17:23:52 +07:00
|
|
|
{
|
|
|
|
"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",
|
2024-07-08 18:42:03 +07:00
|
|
|
"type": "module",
|
2024-07-08 17:23:52 +07:00
|
|
|
"dependencies": {
|
2024-07-09 20:49:07 +07:00
|
|
|
"axios": "^1.7.2",
|
2024-07-08 17:23:52 +07:00
|
|
|
"express": "^4.19.2",
|
2024-07-09 20:49:07 +07:00
|
|
|
"formdata-node": "^6.0.3",
|
2024-07-08 18:42:03 +07:00
|
|
|
"node-fetch": "^3.3.2",
|
2024-07-18 17:06:17 +07:00
|
|
|
"node-html-parser": "^6.1.13",
|
2024-07-08 18:04:50 +07:00
|
|
|
"uuid": "^10.0.0"
|
2024-07-08 17:23:52 +07:00
|
|
|
}
|
|
|
|
}
|