express-activitypub/package.json
Rafael Caricio 0a1d84b753
Allow to execute locally on macOS
Small fixes were necessary to run today on macOS. I've also added some
debugging `console.log` around to understand better what is going on.
2022-06-26 20:27:05 +02:00

24 lines
469 B
JSON

{
"name": "bot-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"better-sqlite3": "^7.5.3",
"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"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}