UNPKG

overmind-graphql

Version:
41 lines 1.13 kB
{ "name": "overmind-graphql", "version": "8.2.1", "description": "Functional actions", "author": "Christian Alfoni <christianalfoni@gmail.com>", "license": "MIT", "repository": "git+https://github.com/cerebral/overmind.git", "main": "lib/index.js", "module": "es/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npm run build:lib & npm run build:es", "build:lib": "tsc --outDir lib --module commonjs", "build:es": "tsc --outDir es --module ES2022 --target ES2022", "clean": "rimraf es lib coverage", "typecheck": "tsc --noEmit --skipLibCheck", "test": "jest --runInBand --detectOpenHandles --forceExit", "test:watch": "jest --watch --updateSnapshot --coverage false", "prebuild": "npm run clean", "postbuild": "rimraf {lib,es}/**/__tests__" }, "keywords": [ "state", "sideeffects", "app", "framework" ], "files": [ "lib", "es", "react" ], "dependencies": { "graphql": "^16.12.0", "graphql-request": "^5.1.0", "graphql-tag": "^2.12.6", "overmind": "28.2.1", "phoenix": "^1.8.2", "tslib": "^2.8.1" } }