UNPKG

chat-pane

Version:

Solid-compatible Panes: Chat

83 lines (82 loc) 2.31 kB
{ "name": "chat-pane", "version": "3.0.0", "description": "Solid-compatible Panes: Chat", "main": "dist/main.js", "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "clean": "rm -rf dist", "build": "npm run clean && npm run typecheck && npm run build-dist", "build-dist": "npm run build-js && npm run build-types", "build-js": "babel src --out-dir dist --extensions '.ts,.js' --source-maps", "build-types": "tsc --emitDeclarationOnly", "lint": "eslint", "lint-fix": "eslint --fix", "typecheck": "tsc --noEmit", "test": "jest", "watch": "webpack --watch", "ignore:prepublishOnly": "npm run build && npm run lint && npm run test", "preversion": "npm run lint && npm run typecheck && npm run test", "ignore:postpublish": "git push origin main --follow-tags", "start": "webpack serve --config webpack.dev.config.mjs --open" }, "repository": { "type": "git", "url": "git+https://github.com/solid/chat-pane.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/solid/chat-pane/issues" }, "homepage": "https://github.com/solid/chat-pane", "peerDependencies": { "rdflib": "^2.3.0", "solid-logic": "^4.0.0", "solid-ui": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/preset-typescript": "^7.27.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@types/jest": "^30.0.0", "@typescript-eslint/parser": "^8.46.2", "babel-jest": "^30.0.5", "babel-loader": "^10.0.0", "buffer": "^6.0.3", "eslint": "^9.33.0", "globals": "^16.3.0", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "jest-environment-jsdom": "^30.0.5", "jest-fetch-mock": "^3.0.3", "neostandard": "^0.12.2", "node-polyfill-webpack-plugin": "^4.1.0", "pane-registry": "^3.0.0", "typescript": "^5.9.2", "webpack": "^5.101.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2" } }