bun-activitypub/package.json

19 lines
437 B
JSON
Raw Normal View History

{
"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",
2023-09-16 01:24:47 +00:00
"node-forge": "^1.3.1"
}
}