activity-kit-core/packages/activitypub-core-delivery/package.json

44 lines
1.2 KiB
JSON

{
"name": "activitypub-core-delivery",
"version": "0.0.54",
"description": "> TODO: description",
"author": "Michael Puckett <michaelcpuckett@gmail.com>",
"homepage": "https://github.com/michaelcpuckett/activitypub-core#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/michaelcpuckett/activitypub-core.git"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"dev": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
"format": "prettier --config .prettierrc \"**/*.ts\" --write"
},
"bugs": {
"url": "https://github.com/michaelcpuckett/activitypub-core/issues"
},
"dependencies": {
"activitypub-core-types": "^0.0.54",
"activitypub-core-utilities": "^0.0.54",
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/jsonld": "^1.5.6",
"dotenv": "^16.0.3",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}