UNPKG

overmind-graphql

Version:
46 lines 1.22 kB
{ "name": "overmind-graphql", "version": "8.0.4", "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", "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": "^16.10.0", "graphql-request": "^5.1.0", "graphql-tag": "^2.12.6", "overmind": "28.0.4", "phoenix": "^1.7.21", "tslib": "^2.8.1" }, "devDependencies": { "@types/node": "^20.17.30", "@types/phoenix": "^1.6.6" } }