source-pane
Version:
Solid-compatible Panes: Source editor
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "source-pane",
"version": "3.0.0",
"description": "Solid-compatible Panes: Source editor",
"main": "src/sourcePane.js",
"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 --collectCoverageFrom=src/**/*.[jt]s",
"ignore:prepublishOnly": "npm run test && npm run build",
"preversion": "npm run lint && npm test",
"ignore:postpublish": "git push origin main --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solid/source-pane.git"
},
"keywords": [
"solid",
"source",
"decentralized",
"web",
"rdf",
"ldp",
"linked",
"pane",
"app",
"data"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solid/source-pane/issues"
},
"homepage": "https://github.com/solid/source-pane",
"peerDependencies": {
"rdflib": "^2.3.0",
"solid-logic": "^4.0.0",
"solid-ui": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@testing-library/dom": "^10.4.1",
"eslint": "^9.33.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"jest-fetch-mock": "^3.0.3",
"solid-logic": "^4.0.0",
"solid-ui": "^3.0.0"
}
}