express-activitypub/package.json
Yoshihiro Kikuchi 34a0357bb2 update deps
2023-08-23 11:47:32 +09:00

23 lines
444 B
JSON

{
"name": "bot-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"better-sqlite3": "^8.5.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-basic-auth": "^1.1.5",
"request": "^2.87.0"
},
"engines": {
"node": ">=10.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}