@accounter/payper-mesh
Version:
Graphql proxy for Payper API
60 lines • 1.64 kB
JSON
{
"name": "@accounter/payper-mesh",
"version": "0.2.7-alpha-20250916121934-9a6d7df081f77b13548a6a7e5478a1361f5c91e8",
"description": "Graphql proxy for Payper API",
"dependencies": {
"@graphql-mesh/config": "0.108.11",
"@graphql-mesh/cross-helpers": "0.4.10",
"@graphql-mesh/http": "0.106.10",
"@graphql-mesh/json-schema": "0.109.11",
"@graphql-mesh/runtime": "0.106.10",
"@graphql-mesh/store": "0.104.10",
"@graphql-mesh/transform-rename": "0.105.11",
"@graphql-mesh/types": "0.104.10",
"@graphql-mesh/utils": "0.104.10",
"graphql": "16.11.0",
"path": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gilgardosh/accounter-toolkit.git",
"repository": "packages/payper-mesh"
},
"homepage": "https://github.com/gilgardosh/accounter-toolkit/packages/payper-mesh#readme",
"keywords": [
"payper",
"graphql",
"mesh",
"accountancy",
"accountant"
],
"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"
}
}