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

22 lines
No EOL
637 B
JSON

{
"name": "@apollo/query-planner-wasm",
"collaborators": [
"Apollo <opensource@apollographql.com>"
],
"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.",
"version": "0.0.0-DO.NOT.CHANGE",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/federation"
},
"files": [
"index_bg.wasm",
"index.js",
"index_bg.js",
"index.d.ts"
],
"main": "index.js",
"homepage": "https://github.com/apollographql/federation",
"types": "index.d.ts"
}