@sterblue/sterblue-sdk
Version:
Sterblue Graph SDK for graphile.sterblue.com
118 lines • 3.76 kB
JSON
{
"name": "@sterblue/sterblue-sdk",
"types": "src/index.ts",
"publishConfig": {
"types": "lib/index.d.ts"
},
"version": "0.0.3",
"homepage": "https://labs.sterblue.com/sterblue/docs/graph-api/typescript-sdk/",
"keywords": [
"Sterblue",
"SDK",
"Drone",
"AI",
"Inspection"
],
"private": false,
"description": "Sterblue Graph SDK for graphile.sterblue.com",
"license": "UNLICENSED",
"author": "Vincent Lecrubier <vincent.lecrubier@sterblue.com>",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build:deps": "THIS_PACKAGE=$(jq -r .name package.json) ; THIS_DIR=$(pwd) ; echo $THIS_PACKAGE ; cd ../../.. ; yarn lerna --include-dependencies --scope $THIS_PACKAGE run build:lib ; cd $THIS_DIR",
"gen:graphql-codegen": "yarn graphql-codegen",
"gen:entity-entries": "./generate-entity-entries.sh",
"build": "yarn build:lib && yarn build:types",
"build:rollup": "rollup -c",
"build:lib": "yarn lightrun build:babel",
"build:babel": "babel --root-mode upward --extensions .tsx,.ts --out-dir ./lib ./src",
"build:types": "tsc --emitDeclarationOnly",
"test": "jest",
"clean": "rm -rf lib"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@apollo/client": "3.0.0",
"@babel/cli": "7.6.4",
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/polyfill": "7.6.0",
"@babel/preset-env": "7.6.3",
"@babel/preset-typescript": "7.6.0",
"@graphql-codegen/cli": "1.15.4",
"@graphql-codegen/introspection": "1.15.4",
"@graphql-codegen/near-operation-file-preset": "1.15.4",
"@graphql-codegen/schema-ast": "1.15.4",
"@graphql-codegen/typescript": "1.15.4",
"@graphql-codegen/typescript-generic-sdk": "1.15.4",
"@graphql-codegen/typescript-graphql-request": "1.15.4",
"@graphql-codegen/typescript-operations": "1.15.4",
"@graphql-codegen/typescript-react-apollo": "1.15.4",
"@rollup/plugin-typescript": "6.0.0",
"@sterblue/development-babel-preset": "x.x.x",
"@sterblue/development-rollup-config": "x.x.x",
"@types/jest": "24.0.13",
"@types/node": "12.0.7",
"@typescript-eslint/eslint-plugin": "2.21.0",
"@typescript-eslint/parser": "2.21.0",
"cross-fetch": "3.0.5",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-import-resolver-node": "0.3.3",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.8.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.5.0",
"graphql": "14.6.0",
"graphql-request": "2.1.0-next.1",
"graphql-tag": "2.10.1",
"jest": "24.7.1",
"jest-pnp-resolver": "1.2.1",
"node-fetch": "*",
"rollup": "1.25.1",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-pnp-resolve": "2.0.0",
"ts-jest": "24.0.2",
"ts-node": "8.2.0",
"ts-pnp": "1.1.5",
"tslib": "2.0.1",
"typescript": "3.7.5"
},
"peerDependencies": {
"@apollo/client": "^3.0.0",
"cross-fetch": "^3.0.5",
"graphql-request": "^2.1.0",
"node-fetch": "*"
},
"peerDependenciesMeta": {
"@apollo/client": {
"optional": true
},
"cross-fetch": {
"optional": true
},
"graphql-request": {
"optional": true
},
"node-fetch": {
"optional": true
}
},
"dependencies": {
"@types/lodash": "4.14.161",
"lodash": "4.17.20",
"streaming-iterables": "5.0.2"
}
}