UNPKG

@apideck/node

Version:
76 lines (75 loc) 1.7 kB
{ "name": "@apideck/node", "version": "3.8.0", "description": "Apideck Node.js SDK", "keywords": [ "apideck", "api", "unify", "unified apis" ], "homepage": "https://apideck.com", "author": "Apideck <support@apideck.com> (https://apideck.com/)", "contributors": [ "Nick Lloyd <nick@apideck.com>", "Elias Meire <elias@apideck.com>", "Geert Wille <geert@apideck.com>" ], "repository": { "type": "git", "url": "git://github.com/apideck-libraries/node-sdk.git" }, "bugs:": "https://github.com/apideck-libraries/node-sdk/issues", "engines": { "node": ">=10" }, "module": "dist/node.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "dev": "tsdx watch", "build": "tsdx build --target node", "lint": "tsdx lint", "test": "tsdx test --passWithNoTests", "prepare": "tsdx build --target node" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "license": "Apache-2.0", "peerDependencies": {}, "dependencies": { "node-fetch-commonjs": "^3.2.4" }, "devDependencies": { "@types/jest": "^29.2.4", "eslint-plugin-prettier": "^3.3.1", "husky": "^5.2.0", "jest": "^29.3.1", "lint-staged": "^13.1.0", "prettier": "^2.8.1", "tsdx": "^0.14.1", "tslib": "^2.4.1", "typescript": "^4.9.4" }, "files": [ "dist", "src/index.ts", "src/Apideck.ts", "src/gen/apis", "src/gen/models", "src/gen/index.ts", "src/gen/runtime.ts" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "jest": { "setupFiles": [ "./test/setupJest.js" ] } }