UNPKG

factura-middle

Version:

Factura+ queries definitions

40 lines (39 loc) 953 B
{ "name": "factura-middle", "version": "1.0.15", "description": "Factura+ queries definitions", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://gitlab.com/kengu200/middlewarejs.git" }, "author": "Kevin Gutierrez Castro", "license": "ISC", "bugs": { "url": "https://gitlab.com/kengu200/middlewarejs/issues" }, "homepage": "https://gitlab.com/kengu200/middlewarejs#readme", "dependencies": { "axios": "^0.21.1", "body-parser": "^1.19.0", "class-validator": "^0.13.1", "graphql": "^15.5.0", "graphql-request": "^3.4.0", "http": "0.0.1-security", "jest": "^26.6.3", "type-graphql": "^1.1.1", "typescript": "^4.2.4" }, "devDependencies": {}, "keywords": [ "Factura+", "Mutations", "Queries", "Graphql" ] }