Repository URL to install this package:
|
Version:
5.0.2 ▾
|
@skava/graphql
/
package.json
|
|---|
{
"name": "@skava/graphql",
"version": "5.0.2",
"description": "",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "npx rimraf dist",
"build_schema": "npx graphql prepare -p skava-graphql -o src/generated --bundle --save",
"build_fragments": "npx graphql generate-fragments -p skava-graphql -o src/generated -g graphql --save --verbose",
"build_types": "npx graphql prepare",
"build_generated": "yarn run build_schema && yarn run build_fragments && yarn run build_types",
"compile": "npx tsc --project tsconfig.json || true",
"prepublish": "yarn run clean && yarn run build_generated && yarn run compile",
"predev": "yarn run build_schema",
"dev": "make dev",
"build": "make build",
"build:prod": "make build_prod",
"prestart": "yarn run build && make build_schema",
"start": "make start",
"test": "NODE_ENV=testing BASE_URL=http://localhost:4000 PORT=4000 SERVER_URL=http://localhost:4000 jest",
"tdd": "make tdd",
"babel": "babel",
"cross-env": "cross-env",
"graphql": "graphql",
"jest": "jest",
"watch": "node scripts/dev",
"webpack": "webpack"
},
"author": "SKAVA",
"license": "proprietary",
"resolutions": {
"exotic": "^2.0.4"
},
"dependencies": {
"@graphql-modules/core": "0.2.9",
"@graphql-modules/epoxy": "0.2.9",
"@graphql-modules/sonar": "0.2.9",
"@skava/cookies": "^3.0.3",
"@skava/identifier": "^1.3.7",
"@skava/persistence": "^3.0.0",
"@skava/request": "6.0.0-alpha.2",
"@skava/utils": "^1.0.9",
"accepts": "1.3.5",
"apollo-errors": "1.9.0",
"apollo-link-schema": "1.1.2",
"apollo-resolvers": "1.4.1",
"apollo-server": "2.2.2",
"apollo-server-express": "2.2.2",
"body-parser": "1.18.3",
"chain-able-boost": "^6.0.2",
"chain-able-lego": "^6.0.2",
"compression": "1.7.3",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"date-fns": "1.29.0",
"exotic": "^2.0.4",
"exotic-core": "^2.0.4",
"express": "4.16.4",
"express-pino-logger": "^4.0.0",
"fliplog": "1.0.4",
"graphql": "0.13.2",
"graphql-cli": "2.16.3",
"graphql-cli-generate-fragments": "1.3.0",
"graphql-playground-middleware-express": "1.7.0",
"graphql-tag": "2.10.0",
"graphql-tools": "2.23.1",
"graphql-type-json": "0.2.1",
"http-proxy-middleware": "0.18.0",
"jsonwebtoken": "8.4.0",
"lodash": "4.17.11",
"pm2": "3.2.2",
"portscanner": "2.2.0",
"query-string": "6.1.0",
"reflect-metadata": "0.1.12",
"shelljs": "0.8.3",
"superagent": "^4.0.0",
"tough-cookie": "2.4.3",
"xmobx": "^2.0.1"
},
"@todo/UPDATE": {
"graphql": "14.0.2",
"graphql-cli": "2.16.7",
"graphql-cli-generate-fragments": "1.4.1",
"graphql-playground-middleware-express": "1.7.3",
"graphql-tag": "2.9.2",
"graphql-tools": "3.1.1"
},
"devDependencies": {
"@skava/tslint": "1.4.0",
"flipfile": "0.0.13",
"apollo-server-testing": "2.2.4",
"@types/core-js": "2.5.0",
"@types/cors": "2.8.4",
"@types/enzyme": "3.1.15",
"@types/express": "4.16.0",
"@types/graphql": "^14.0.3",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.118",
"@types/nock": "9.3.0",
"@types/node": "^10.12.10",
"@types/query-string": "6.1.0",
"@types/superagent": "^3.8.4",
"@types/tough-cookie": "2.3.3",
"apollo-engine": "1.1.2",
"cross-env": "5.1.4",
"graphql-binding": "2.2.4",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jest-sonar-reporter": "^2.0.0",
"jest-transform-graphql": "2.1.0",
"json-d-ts": "^1.0.1",
"ndb": "^1.0.25",
"nock": "9.2.3",
"ts-jest": "23.10.5",
"ts-node-dev": "^1.0.0-pre.31",
"tsconfig-paths": "3.7.0",
"tslint": "5.11.0",
"tslint-clean-code": "0.2.9",
"tslint-language-service": "0.9.9",
"tslint-microsoft-contrib": "6.0.0",
"typescript": "^3.2.1",
"vscode-languageserver": "^5.1.0"
}
}