| Current Path : /etc/kibana/node_modules/apollo-cache-control/ |
| Current File : //etc/kibana/node_modules/apollo-cache-control/package.json |
{
"name": "apollo-cache-control",
"version": "0.1.1",
"description": "A GraphQL extension for cache control",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc",
"watch": "tsc -w",
"prepare": "npm run clean && npm run compile",
"test": "jest"
},
"license": "MIT",
"repository": "apollographql/apollo-cache-control-js",
"author": "Martijn Walraven <martijn@martijnwalraven.com>",
"engines": {
"node": ">=4.0"
},
"dependencies": {
"graphql-extensions": "^0.0.x"
},
"peerDependencies": {
"graphql": "0.10.x - 0.13.x"
},
"devDependencies": {
"@types/graphql": "^0.11.8",
"@types/jest": "^22.2.2",
"@types/node": "^9.6.0",
"@types/zen-observable": "^0.5.3",
"graphql": "^0.13.2",
"graphql-tools": "^2.18.0",
"jest": "^22.4.3",
"jest-matcher-utils": "^22.4.3",
"ts-jest": "^22.4.2",
"typescript": "^2.7.2"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/lib/",
"test-utils"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
}
}