bun-activitypub/package.json
Gordon Pedersen 9481edbce6 Bit of a refactor to put inbox and outbox function in their own files
Also, added the ability to like and unlike stuff, so yay.
2023-09-20 16:43:48 +10:00

19 lines
No EOL
437 B
JSON

{
"name": "bun-activitypub",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run --watch src/index.ts",
"ngrok": "ngrok tunnel --label edge=edghts_2VNJvaPttrFlAPWxrGyVKu0s3ad http://localhost:3000"
},
"devDependencies": {
"@types/node-forge": "^1.3.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"gray-matter": "^4.0.3",
"node-forge": "^1.3.1"
}
}