@graphql-hive/gateway-abort-signal-any
Version:
40 lines • 888 B
JSON
{
"name": "@graphql-hive/gateway-abort-signal-any",
"version": "1.0.0-alpha-35ae4466252ee2216728847c3c982221daa617af",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/gateway.git",
"directory": "packages/abort-signal-any"
},
"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"
}
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"devDependencies": {
"pkgroll": "2.6.1"
},
"sideEffects": false
}