pane-registry
Version:
Solid-compatible Panes: Pane Registry
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "pane-registry",
"version": "3.1.1",
"description": "Solid-compatible Panes: Pane Registry",
"main": "src/paneRegistry.js",
"types": "src/index.d.ts",
"files": [
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "echo nothing to build",
"lint": "eslint",
"lint-fix": "eslint --fix",
"test": "jest --no-coverage",
"test-coverage": "jest --coverage",
"test-watch": "jest --watch",
"ignore:prepublishOnly": "npm run lint && npm test",
"preversion": "npm run lint && npm run test",
"postversion": "git push origin main --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolidOS/pane-registry.git"
},
"keywords": [
"solid",
"chat",
"message",
"discusssion",
"decentralized",
"web",
"rdf",
"ldp",
"linked",
"pane",
"app",
"data"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solidos/chat-pane/issues"
},
"homepage": "https://github.com/solidos/chat-pane",
"peerDependencies": {
"rdflib": "^2.3.7",
"solid-logic": "^4.0.7"
},
"devDependencies": {
"eslint": "^9.39.4",
"globals": "^17.6.0",
"jest": "^30.4.2",
"neostandard": "^0.13.0"
}
}