21 lines
416 B
JSON
21 lines
416 B
JSON
|
{
|
||
|
"name": "bun-activitypub",
|
||
|
"module": "index.ts",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "bun run --watch src/index.ts"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node-forge": "^1.3.5",
|
||
|
"@types/yaml": "^1.9.7",
|
||
|
"bun-types": "latest"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"typescript": "^5.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"gray-matter": "^4.0.3",
|
||
|
"node-forge": "^1.3.1",
|
||
|
"yaml": "^2.3.2"
|
||
|
}
|
||
|
}
|