UNPKG

mv-tmp-data-graphql-simple

Version:

A GraphQL simple data provider for mv-tmp

54 lines (53 loc) 1.39 kB
{ "name": "mv-tmp-data-graphql-simple", "version": "0.0.10", "description": "A GraphQL simple data provider for mv-tmp", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/marmelab/mv-tmp.git" }, "bugs": { "url": "https://github.com/marmelab/mv-tmp/issues" }, "homepage": "https://github.com/marmelab/mv-tmp#readme", "authors": [ "Gildas Garcia" ], "keywords": [ "reactjs", "react", "mv-tmp", "admin-on-rest", "rest", "graphql" ], "license": "MIT", "scripts": { "build": "yarn run build-cjs && yarn run build-esm", "build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs", "build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015", "watch": "tsc --outDir dist/esm --module es2015 --watch" }, "dependencies": { "@apollo/client": "^3.3.19", "graphql-ast-types-browser": "~1.0.2", "lodash": "~4.17.5", "mv-tmp-data-graphql": "^0.0.10", "pluralize": "~7.0.0" }, "peerDependencies": { "graphql": "^15.6.0", "mv-tmp-core": "^4.0.0" }, "devDependencies": { "cross-env": "^5.2.0", "graphql": "^15.6.0", "rimraf": "^3.0.2", "typescript": "^4.4.0" }, "gitHead": "144dc05f1f43b638518e63c9a7e48fd5dc064eed" }