activity-kit-core/packages/activitypub-core-example-2/package.json

44 lines
1.2 KiB
JSON

{
"name": "activitypub-core-example-2",
"version": "0.0.55",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "https://github.com/michaelcpuckett/activitypub-core#readme",
"license": "MIT",
"main": "lib/activitypub-core-example-2.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/michaelcpuckett/activitypub-core.git"
},
"bugs": {
"url": "https://github.com/michaelcpuckett/activitypub-core/issues"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"serve": "ts-node ./src/index.tsx"
},
"dependencies": {
"activitypub-core-delivery": "^0.0.55",
"activitypub-core-express-middleware": "^0.0.55",
"activitypub-core-jsx-components": "^0.0.55",
"activitypub-core-types": "^0.0.55",
"activitypub-core-utilities": "^0.0.55",
"firebase-admin": "^11.1.0",
"react": "^16.14.0",
"react-server": "^0.8.1"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"ts-node": "^10.9.1"
},
"gitHead": "e80e9fb060465142aa9e3a9e8de30056275b72a4"
}