2023-09-16 00:28:06 +00:00
|
|
|
{
|
|
|
|
"name": "bun-activitypub",
|
|
|
|
"module": "index.ts",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-09-20 06:43:48 +00:00
|
|
|
"start": "bun run --watch src/index.ts",
|
|
|
|
"ngrok": "ngrok tunnel --label edge=edghts_2VNJvaPttrFlAPWxrGyVKu0s3ad http://localhost:3000"
|
2023-09-16 00:28:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-26 23:49:32 +00:00
|
|
|
"@types/node-forge": "^1.3.5",
|
|
|
|
"bun-types": "^1.0.3"
|
2023-09-16 00:28:06 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-27 04:13:10 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2023-09-16 00:28:06 +00:00
|
|
|
"gray-matter": "^4.0.3",
|
2023-09-16 01:24:47 +00:00
|
|
|
"node-forge": "^1.3.1"
|
2023-09-16 00:28:06 +00:00
|
|
|
}
|
|
|
|
}
|