UNPKG

green-invoice-graphql

Version:
73 lines (72 loc) 2.07 kB
{ "name": "green-invoice-graphql", "version": "0.0.9", "description": "Graphql server for wrapping payper API", "scripts": { "lint": "eslint './src/**/*.{js,ts,tsx}' --quiet --fix", "prebuild": "yarn lint && yarn generate", "build": "tsc", "postbuild": "yarn copy-files", "copy-files": "cp -a .mesh/ dist/.mesh/", "prepublish": "yarn build", "mesh:serve": "mesh serve", "mesh:build": "mesh build", "generate": "yarn mesh:build", "dev": "ts-node ./src/index.ts", "start": "node ./dist", "test": "DEBUG=1 ts-node ./dev-tests/e2e.ts" }, "main": "dist/index.js", "exports": "./dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/gilgardosh/green-invoice-graphql.git" }, "author": "Gil Gardosh", "license": "MIT", "bugs": { "url": "https://github.com/gilgardosh/green-invoice-graphql/issues" }, "homepage": "https://github.com/gilgardosh/green-invoice-graphql#readme", "dependencies": { "@graphql-mesh/cli": "0.66.0", "@graphql-mesh/json-schema": "0.27.0", "@graphql-mesh/transform-resolvers-composition": "0.12.37", "graphql": "16.3.0", "node-fetch": "2.6.6", "path": "0.12.7" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "17.0.23", "@types/node-fetch": "2.6.1", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", "eslint-config-standard": "16.0.3", "eslint-plugin-import": "2.25.4", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-standard": "5.0.0", "mime-types": "2.1.35", "prettier": "2.6.1", "ts-node": "10.7.0", "typescript": "4.6.3" }, "keywords": [ "green invoice", "greeninvoice", "accounter", "graphql", "mesh" ] }