federation/gateway/node_modules/@apollo/query-planner-wasm/package.json
2020-11-14 16:43:58 +01:00

35 lines
1 KiB
JSON

{
"name": "@apollo/query-planner-wasm",
"version": "0.0.7",
"description": "Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.",
"scripts": {
"wasm-pack": "wasm-pack build --target nodejs --out-dir dist --out-name index --scope apollo",
"monorepo-prepare": "npm run wasm-pack"
},
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/federation.git",
"directory": "query-planner-wasm/"
},
"bugs": {
"url": "https://github.com/apollographql/federation/issues"
},
"homepage": "https://github.com/apollographql/federation#readme",
"keywords": [
"GraphQL",
"rust",
"wasm",
"apollo"
],
"files": [
"dist/index_bg.wasm",
"dist/index.js",
"dist/index_bg.js",
"dist/index.d.ts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"gitHead": "43d3f404e2a30d248f242496b8f6bc38a12c2f87"
}