UNPKG

overmind-graphql

Version:
46 lines 1.21 kB
{ "name": "overmind-graphql", "version": "8.0.3", "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 ES2020 --target ES2020", "clean": "rimraf es lib coverage", "typecheck": "tsc --noEmit", "test:watch": "jest --watch --updateSnapshot --coverage false", "prebuild": "npm run clean", "postbuild": "rimraf {lib,es}/**/__tests__", "posttest": "npm run typecheck" }, "keywords": [ "state", "sideeffects", "app", "framework" ], "files": [ "lib", "es", "react" ], "dependencies": { "@absinthe/socket": "^0.2.1", "graphql": "^14.5.8", "graphql-request": "^3.3.0", "graphql-tag": "^2.10.3", "overmind": "28.0.3", "phoenix": "^1.4.13" }, "devDependencies": { "@types/node": "^20.3.1", "@types/phoenix": "^1.4.4", "tslib": "^2.3.0" } }