@apollo/core-schema
Version:
Apollo Core Schema processing library
47 lines (46 loc) • 999 B
JSON
{
"name": "@apollo/core-schema",
"version": "0.3.0",
"description": "Apollo Core Schema processing library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/core-schema-js.git"
},
"scripts": {
"build": "tsc -p .",
"watch": "tsc -p . -w",
"test": "jest",
"watch:test": "jest --watch",
"prepare": "npm run build"
},
"keywords": [
"graphql",
"federation",
"apollo"
],
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@protoplasm/recall": "^0.2"
},
"peerDependencies": {
"graphql": "^15 || ^16"
},
"devDependencies": {
"@types/jest": "27.4.1",
"graphql": "16.3.0",
"jest": "27.5.1",
"jest-config": "27.5.1",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"typescript": "4.6.3"
}
}