Initial Save
This commit is contained in:
84
node_modules/graphql-tools/package.json
generated
vendored
Normal file
84
node_modules/graphql-tools/package.json
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"name": "graphql-tools",
|
||||
"version": "4.0.8",
|
||||
"description": "Useful tools to create and manipulate GraphQL schemas.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"compile": "npx tsc",
|
||||
"typings": "typings install",
|
||||
"pretest": "npm run clean && npm run compile",
|
||||
"test": "npm run testonly --",
|
||||
"posttest": "npm run lint",
|
||||
"lint": "tslint src/**/*.ts",
|
||||
"watch": "tsc -w",
|
||||
"testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js",
|
||||
"testonly:watch": "mocha -w --reporter spec --full-trace ./dist/test/tests.js",
|
||||
"coverage": "istanbul cover _mocha -- --reporter dot --full-trace ./dist/test/tests.js",
|
||||
"postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info",
|
||||
"prepublishOnly": "npm run compile",
|
||||
"prerelease": "npm test",
|
||||
"prettier": "prettier --trailing-comma all --single-quote --write 'src/**/*.ts'",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/apollographql/graphql-tools.git"
|
||||
},
|
||||
"keywords": [
|
||||
"GraphQL",
|
||||
"Apollo",
|
||||
"JavaScript",
|
||||
"TypeScript",
|
||||
"Mock",
|
||||
"Schema",
|
||||
"Schema Language",
|
||||
"Tools"
|
||||
],
|
||||
"author": "Jonas Helfer <jonas@helfer.email>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/apollostack/graphql-tools/issues"
|
||||
},
|
||||
"homepage": "https://github.com/apollostack/graphql-tools#readme",
|
||||
"dependencies": {
|
||||
"apollo-link": "^1.2.14",
|
||||
"apollo-utilities": "^1.0.1",
|
||||
"deprecated-decorator": "^0.1.6",
|
||||
"iterall": "^1.1.3",
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "4.0.10",
|
||||
"@types/dateformat": "^1.0.1",
|
||||
"@types/mocha": "^2.2.44",
|
||||
"@types/node": "^8.0.47",
|
||||
"@types/uuid": "^3.4.3",
|
||||
"@types/zen-observable": "^0.5.3",
|
||||
"body-parser": "^1.18.2",
|
||||
"chai": "^4.1.2",
|
||||
"dateformat": "^3.0.3",
|
||||
"express": "^4.16.2",
|
||||
"graphql": "^15.0.0",
|
||||
"graphql-subscriptions": "^1.0.0",
|
||||
"graphql-type-json": "^0.1.4",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^4.0.1",
|
||||
"prettier": "^1.7.4",
|
||||
"remap-istanbul": "0.9.6",
|
||||
"rimraf": "^2.6.2",
|
||||
"source-map-support": "^0.5.0",
|
||||
"tslint": "^5.8.0",
|
||||
"typescript": "^3.6.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user