UNPKG

@idfy/sdk

Version:
46 lines (45 loc) 1.02 kB
{ "name": "@idfy/sdk", "version": "1.0.0-beta.9", "description": "Node.js SDK for Idfy REST API", "author": "Idfy Norge AS", "license": "Apache-2.0", "homepage": "https://github.com/idfy-io/idfy-sdk-node", "repository": { "type": "git", "url": "https://github.com/idfy-io/idfy-sdk-node.git" }, "keywords": [ "idfy", "sdk", "api", "rest-api", "signature", "identification" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "prepublishOnly": "yarn run build", "build": "tsc", "lint": "tslint -p tsconfig.json", "test": "yarn run lint && mocha --opts test/mocha.opts" }, "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^12.12.43", "chai": "^4.2.0", "mocha": "^7.2.0", "ts-node": "^8.10.2", "tslint": "^6.1.2", "tslint-config-airbnb": "^5.11.0", "typescript": "^3.9.3" }, "dependencies": { "got": "^11.1.4" } }