@ablestack/rdo
Version:
A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications
73 lines (72 loc) • 1.92 kB
JSON
{
"name": "@ablestack/rdo",
"version": "0.8.7",
"description": "A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications",
"author": "jamshally <ahrndee@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ablestack/reactive-domain-objects",
"repository": {
"type": "git",
"url": "git+https://github.com/ablestack/reactive-domain-objects"
},
"keywords": [
"json",
"typescript",
"graphql",
"react",
"reactjs",
"state-management",
"domain-models",
"mobx",
"mobx-state-tree",
"mox-react",
"observable",
"reactive",
"json-data",
"idempotent",
"imperative",
"reactive"
],
"scripts": {
"prepublishOnly": "shx rm -f dist/src/package.json dist/src/README.md && shx cp package.json README.md dist/src/",
"test": "jest",
"build": "tsc --build --verbose",
"rebuild": "tsc --build --force --verbose",
"lpub": "yalc publish",
"lpush": "yalc push"
},
"publishConfig": {
"access": "public",
"directory": "dist/src"
},
"peerDependencies": {
"graphql-tag": "^2.11.0"
},
"dependencies": {
"@wry/equality": "^0.3.1",
"debug": "^4.3.1",
"lodash": "^4.17.20",
"mobx": "^6.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"babel-jest": "^26.6.3",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-node": "~9.1.1",
"tslib": "2.1.0",
"typescript": "^4.1.3"
},
"sideEffects": false,
"main": "dist/rdo/src/index.js",
"typings": "dist/rdo/src/index.d.ts",
"typescript": {
"definition": "dist/rdo/src/index.d.ts"
},
"gitHead": "d0ce15cbca8661a8fcebab7cdaffc19bfef77c1b"
}