UNPKG

@vanakaru/ekilex-api-client

Version:

A node api client for the Ekilex API

57 lines (56 loc) 1.48 kB
{ "name": "@vanakaru/ekilex-api-client", "version": "0.0.22", "description": "A node api client for the Ekilex API", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npx tsc", "dev:build": "$(npm bin)/tsc -w", "dev:run": "nodemon -e ts,tsc --exec \"node --inspect=5858 -r ts-node/register ./index.ts\"", "dev": "$(npm bin)/concurrently npm:dev:*", "start": "NODE_ENV=production node lib/index.js", "test": "jest --config ./config/jest.json", "debug": "concurrently \"npx tsc --watch\" \"nodemon --inspect=1900 -q dist/index.js\"", "lint": "eslint ./lib --ext .ts", "prettier-format": "prettier --config .prettierrc 'lib/**/*.ts' --write" }, "files": [ "lib/**/*" ], "keywords": [ "nodejs", "client", "ekilex", "eesti", "library", "Api", "wrapper", "sdk" ], "author": "Vana Karu", "license": "ISC", "dependencies": { "@types/node": "^18.7.6", "node-fetch": "^2.2.0", "typescript": "^4.7.4" }, "devDependencies": { "@types/jest": "^29.2.4", "@types/node-fetch": "^2.6.4", "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.31.0", "concurrently": "^7.2.2", "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.3.1", "jsdoc": "^3.6.10", "nock": "^13.2.9", "nodemon": "^2.0.15", "prettier": "^2.6.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript-eslint": "0.0.1-alpha.0" } }