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

49 lines
1.4 KiB
JSON

{
"name": "activitypub-core-delivery",
"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/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/michaelcpuckett/activitypub-core.git"
},
"scripts": {
"build": "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",
"lint": "eslint src/**/*.ts"
},
"bugs": {
"url": "https://github.com/michaelcpuckett/activitypub-core/issues"
},
"dependencies": {
"activitypub-core-types": "^0.0.55",
"activitypub-core-utilities": "^0.0.55",
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/jsonld": "^1.5.6",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"gitHead": "e80e9fb060465142aa9e3a9e8de30056275b72a4"
}