{ "name": "@ldo/connected-solid", "version": "1.0.0-alpha.1", "description": "A plugin for @ldo/connected to work with the Solid ecosystem.", "main": "dist/index.js", "scripts": { "build": "tsc --project tsconfig.build.json", "watch": "tsc --watch", "test": "jest --coverage", "test:watch": "jest --watch", "prepublishOnly": "npm run test && npm run build", "build:ldo": "ldo build --input src/.shapes --output src/.ldo", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern", "docs": "typedoc --plugin typedoc-plugin-markdown" }, "repository": { "type": "git", "url": "git+https://github.com/o-development/ldobjects.git" }, "author": "Jackson Morgan", "license": "MIT", "bugs": { "url": "https://github.com/o-development/ldobjects/issues" }, "homepage": "https://github.com/o-development/ldobjects/tree/main/packages/solid#readme", "devDependencies": { }, "dependencies": { "@ldo/connected": "^1.0.0-alpha.1", "@ldo/connected-nextgraph": "^1.0.0-alpha.1" }, "files": [ "dist", "src" ], "publishConfig": { "access": "public" } }