@socialwebfoundation/ap-components
Version:
A collection of Web Components for displaying objects from the ActivityPub API
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "@socialwebfoundation/ap-components",
"version": "1.1.0",
"description": "A collection of Web Components for displaying objects from the ActivityPub API",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "web-test-runner test/**/*.test.js --node-resolve",
"watch": "web-test-runner test/**/*.test.js --node-resolve --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/social-web-foundation/ap-components.git"
},
"keywords": [
"activitypub",
"webcomponents",
"activitystreams",
"socialweb",
"fediverse"
],
"author": "Evan Prodromou <evan@socialwebfoundation.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/social-web-foundation/ap-components/issues"
},
"homepage": "https://github.com/social-web-foundation/ap-components#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@web/test-runner": "^0.20.2",
"@web/test-runner-mocha": "^0.9.0",
"chai": "^5.2.0",
"mocha": "^11.5.0"
}
}