mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
22 lines
No EOL
637 B
JSON
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"
|
|
} |