@accounter/hashavshevet-mesh
Version:
Graphql proxy for Hashavshevet API
60 lines • 1.62 kB
JSON
{
"name": "@accounter/hashavshevet-mesh",
"version": "0.2.12",
"description": "Graphql proxy for Hashavshevet API",
"dependencies": {
"@graphql-mesh/config": "0.108.45",
"@graphql-mesh/cross-helpers": "0.4.14",
"@graphql-mesh/http": "0.106.43",
"@graphql-mesh/json-schema": "0.109.43",
"@graphql-mesh/runtime": "0.106.39",
"@graphql-mesh/store": "0.104.39",
"@graphql-mesh/transform-resolvers-composition": "0.104.37",
"@graphql-mesh/types": "0.104.29",
"@graphql-mesh/utils": "0.104.37",
"graphql": "16.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urigo/accounter-fullstack.git",
"directory": "packages/hashavshevet-mesh"
},
"homepage": "https://github.com/Urigo/accounter-fullstack/packages/hashavshevet-mesh#readme",
"keywords": [
"hashavshevet",
"accountancy",
"accountant",
"accounter",
"graphql",
"mesh"
],
"author": "Gil Gardosh <gilgardosh@gmail.com>",
"license": "MIT",
"engines": {
"node": "^20.0.0 || >= 22"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}