blob: 87860319c78d210ada2410216ecca12bf3746f7e [file] [log] [blame]
{
"name": "@kie-tools/runtime-tools-swf-gateway-api",
"version": "0.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [],
"homepage": "https://github.com/apache/incubator-kie-tools",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-kie-tools.git"
},
"bugs": {
"url": "https://github.com/apache/incubator-kie-tools/issues"
},
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build:dev": "rimraf dist && tsc -p tsconfig.json",
"build:prod": "pnpm lint && rimraf dist && tsc -p tsconfig.json && pnpm test",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
"test": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose --passWithNoTests\""
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@kie-tools/runtime-tools-shared-gateway-api": "workspace:*",
"apollo-client": "2.6.10",
"axios": "^1.6.4",
"gql-query-builder": "3.1.3",
"graphql": "14.3.1",
"graphql-tag": "2.0.0",
"react-apollo": "3.1.3",
"react-apollo-hooks": "^0.5.0",
"util": "^0.12.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@apollo/react-common": "3.1.4",
"@apollo/react-hooks": "^3.1.5",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@graphql-codegen/add": "^3.2.3",
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@kie-tools/eslint": "workspace:*",
"@kie-tools/root-env": "workspace:*",
"@kie-tools/tsconfig": "workspace:*",
"@types/jest": "^26.0.23",
"@types/uuid": "^8.3.0",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"openapi-types": "^7.0.1",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.6.2"
}
}