@accounter-toolkit/green-invoice-graphql
Version:
Graphql proxy for Green Invoice API
61 lines • 1.6 kB
JSON
{
"name": "@accounter-toolkit/green-invoice-graphql",
"version": "0.6.0",
"description": "Graphql proxy for Green Invoice API",
"dependencies": {
"@graphql-mesh/config": "0.97.4",
"@graphql-mesh/cross-helpers": "0.4.0",
"@graphql-mesh/http": "0.96.3",
"@graphql-mesh/json-schema": "0.95.3",
"@graphql-mesh/runtime": "0.96.2",
"@graphql-mesh/store": "0.95.2",
"@graphql-mesh/types": "0.95.2",
"@graphql-mesh/utils": "0.95.2",
"graphql": "16.8.1",
"path": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gilgardosh/accounter-toolkit.git",
"repository": "packages/green-invoice-graphql"
},
"homepage": "https://github.com/gilgardosh/accounter-toolkit/packages/green-invoice-graphql#readme",
"keywords": [
"green invoice",
"greeninvoice",
"accountancy",
"accountant",
"accounter",
"graphql",
"mesh"
],
"author": "Gil Gardosh <gilgardosh@gmail.com>",
"license": "MIT",
"engines": {
"node": "^18.0.0 || >= 20"
},
"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"
}
}