UNPKG

@wora/relay-store

Version:
68 lines (67 loc) 1.77 kB
{ "name": "@wora/relay-store", "version": "7.0.0", "keywords": [ "cache", "wora", "cache-persist", "inmemory", "relay" ], "main": "lib/index.js", "license": "MIT", "description": "@wora Relay Store", "author": { "name": "morrys" }, "funding": { "url": "https://github.com/sponsors/morrys" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/morrys/wora", "repository": { "type": "git", "url": "https://github.com/morrys/wora" }, "scripts": { "clean": "rimraf lib/* test/*", "clean-dep": "rimraf node_modules", "precompile": "npm run clean", "compile": "npm run compile-src && npm run compile-test", "compile-test": "tsc --project ./tsconfig-test.json", "compile-src": "tsc", "format": "prettier --write \"src/**/*.{j,t}s*\"", "eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx", "relay-compile-test": "relay-compiler", "test": "npm run relay-compile-test && jest --coverage" }, "relay": { "src": "./__tests__", "schema": "../../node_modules/relay-test-utils-internal/lib/testschema.graphql", "excludes": [ "__generated__", "node_modules" ], "language": "typescript", "artifactDirectory": "./__tests__/__generated__/" }, "dependencies": { "@wora/cache-persist": "^2.2.1", "tslib": "^1.11.1" }, "peerDependencies": { "relay-runtime": "^13.0.0" }, "devDependencies": { "@babel/runtime": "7.12.5", "@types/relay-runtime": "^13.0.0", "relay-compiler": "^13.0.0", "relay-runtime": "^13.0.0", "relay-test-utils": "^13.0.0", "relay-test-utils-internal": "^13.0.0", "ts-relay-plugin": "1.0.1" }, "gitHead": "fcd611d256487e3aaf12243bc29f39bd78cae509" }