Gordon Pedersen
6647dabdc8
Needed a little modification here and there to make it work with the activity pub data structure, but it's looking pretty good!
22 lines
No EOL
539 B
JSON
22 lines
No EOL
539 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",
|
|
"bun-types": "^1.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"gray-matter": "^4.0.3",
|
|
"node-forge": "^1.3.1"
|
|
}
|
|
} |