UNPKG

@accounter/green-invoice-graphql

Version:
92 lines (91 loc) 2.62 kB
{ "name": "@accounter/green-invoice-graphql", "version": "0.8.7-alpha-20260726170304-a8f28680bb8a1caff7ea293c8dd4b42714b2ae88", "type": "module", "description": "Graphql proxy for Green Invoice API", "repository": { "type": "git", "url": "git+https://github.com/Urigo/accounter-fullstack.git", "directory": "packages/green-invoice-graphql" }, "homepage": "https://github.com/Urigo/accounter-fullstack/packages/green-invoice-graphql#readme", "bugs": { "url": "https://github.com/Urigo/accounter-fullstack/issues" }, "author": "Gil Gardosh <gilgardosh@gmail.com>", "license": "MIT", "engines": { "node": "^20.0.0 || >= 22" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "require": { "types": "./dist/typings/index.d.cts", "default": "./dist/cjs/index.js" }, "import": { "types": "./dist/typings/index.d.ts", "default": "./dist/esm/index.js" }, "default": { "types": "./dist/typings/index.d.ts", "default": "./dist/esm/index.js" } }, "./package.json": "./package.json" }, "typings": "dist/typings/index.d.ts", "keywords": [ "green invoice", "greeninvoice", "accountancy", "accountant", "accounter", "graphql", "mesh" ], "scripts": { "build": "yarn generate && bob build", "dev": "node --import ../../scripts/register-esm.js ./src/index.ts", "generate": "rimraf .mesh src/.mesh src/mesh-artifacts && mesh build --dir ./src && node ../../scripts/mesh-artifacts-rename.mjs", "prepublish": "yarn build", "start": "node ./dist", "test": "node --import ../../scripts/register-esm.js ./dist/esm/dev-tests/e2e.js" }, "dependencies": { "@graphql-mesh/config": "0.108.46", "@graphql-mesh/cross-helpers": "0.4.15", "@graphql-mesh/http": "0.106.44", "@graphql-mesh/json-schema": "0.109.44", "@graphql-mesh/runtime": "0.106.40", "@graphql-mesh/store": "0.104.40", "@graphql-mesh/types": "0.104.30", "@graphql-mesh/utils": "0.104.38", "graphql": "16.14.2", "path": "0.12.7" }, "devDependencies": { "@graphql-mesh/cli": "0.100.54", "@types/mime-types": "3.0.1", "bob-the-bundler": "7.0.1", "mime-types": "3.0.2", "rimraf": "6.1.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "bob": { "build": { "copy": [ "json-schemas", "src/mesh-artifacts/**/*.graphql" ] } }, "typescript": { "definition": "dist/typings/index.d.ts" } }