mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
fde4c0fae5
[GDC-643]: https://hasurahq.atlassian.net/browse/GDC-643?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8560 GitOrigin-RevId: 0e965da447eb6a5acf5a0f291f9e205882630e6e
37 lines
912 B
JSON
37 lines
912 B
JSON
{
|
|
"name": "@hasura/dc-api-types",
|
|
"version": "0.28.0",
|
|
"description": "Hasura GraphQL Engine Data Connector Agent API types",
|
|
"author": "Hasura (https://github.com/hasura/graphql-engine)",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hasura/graphql-engine.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hasura/graphql-engine/issues"
|
|
},
|
|
"homepage": "https://github.com/hasura/graphql-engine#readme",
|
|
"keywords": [
|
|
"hasura",
|
|
"data-connectors"
|
|
],
|
|
"types": "./src/index.ts",
|
|
"exports": "./src/index.ts",
|
|
"files": [
|
|
"./src",
|
|
"./README.md"
|
|
],
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node16": "^1.0.3",
|
|
"@types/node": "^16.11.49",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|