UNPKG

@accounter/payper-mesh

Version:
60 lines 1.63 kB
{ "name": "@accounter/payper-mesh", "version": "0.2.13-alpha-20260820100125-3da8df2160c709a30ce671ec4df2c522e2d5919c", "description": "Graphql proxy for Payper API", "dependencies": { "@graphql-mesh/config": "0.111.0", "@graphql-mesh/cross-helpers": "0.4.16", "@graphql-mesh/http": "0.109.0", "@graphql-mesh/json-schema": "0.112.0", "@graphql-mesh/runtime": "0.109.0", "@graphql-mesh/store": "0.107.0", "@graphql-mesh/transform-rename": "0.108.0", "@graphql-mesh/types": "0.107.0", "@graphql-mesh/utils": "0.107.0", "graphql": "16.14.2", "path": "0.12.7" }, "repository": { "type": "git", "url": "git+https://github.com/Urigo/accounter-fullstack.git", "directory": "packages/payper-mesh" }, "homepage": "https://github.com/Urigo/accounter-fullstack/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" } }