UNPKG

@accounter/hashavshevet-mesh

Version:
88 lines (87 loc) 2.48 kB
{ "name": "@accounter/hashavshevet-mesh", "version": "0.2.12", "type": "module", "description": "Graphql proxy for Hashavshevet API", "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", "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": [ "hashavshevet", "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 && yarn node ../../scripts/mesh-artifacts-rename.mjs", "prepublish": "yarn build", "start": "node ./dist", "test": "node --import ../../scripts/register-esm.js ./src/dev-tests/e2e.ts" }, "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" }, "devDependencies": { "@graphql-mesh/cli": "0.100.53", "tsup": "8.5.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "bob": { "build": { "copy": [ "json-schemas", "src/mesh-artifacts/**/*.graphql" ] } }, "typescript": { "definition": "dist/typings/index.d.ts" } }