strip-typename
Version:
Strip typename property from Apollo GraphQL objects
35 lines (34 loc) • 782 B
JSON
{
"name": "strip-typename",
"version": "1.0.1",
"description": "Strip typename property from Apollo GraphQL objects",
"repository": "git@github.com:josephchang/strip-typename.git",
"author": "joechang",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json",
"prepare": "npm run build"
},
"keywords": [
"apollo",
"graphql",
"typename",
"util"
],
"devDependencies": {
"@types/jest": "^24.0.15",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
}
}