UNPKG

@graphql-hive/importer

Version:
58 lines 1.29 kB
{ "name": "@graphql-hive/importer", "version": "1.0.1-rc-520754a15e4a8ddc955a0d5cc76b25966413e9b9", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/graphql-hive/gateway.git", "directory": "packages/runtime" }, "author": { "email": "contact@the-guild.dev", "name": "The Guild", "url": "https://the-guild.dev" }, "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "./dist/index.js", "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./hooks": { "require": { "types": "./dist/hooks.d.cts", "default": "./dist/hooks.cjs" }, "import": { "types": "./dist/hooks.d.ts", "default": "./dist/hooks.js" } }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pkgroll --clean-dist", "prepack": "yarn build" }, "devDependencies": { "get-tsconfig": "^4.7.6", "glob": "^11.0.0", "pkgroll": "2.10.0", "sucrase": "^3.35.0" }, "sideEffects": false }