mifiel
Version:
Mifiel API Client for NodeJS
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "mifiel",
"version": "0.0.1",
"description": "Mifiel API Client for NodeJS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": "> 3"
},
"scripts": {
"prepare": "npm run build",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"test": "jest --forceExit --coverage --verbose",
"watch-test": "jest --forceExit --coverage --verbose --watch",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "tsc",
"watch-ts": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mifiel/nodejs-api-client.git"
},
"keywords": [
"Electronic",
"document",
"electronic",
"signatures",
"rsa"
],
"author": "Genaro Madrid",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mifiel/nodejs-api-client/issues"
},
"homepage": "https://github.com/Mifiel/nodejs-api-client#readme",
"devDependencies": {
"@types/jest": "^22.1.0",
"@types/request": "^2.0.13",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"jest": "^22.1.4",
"nock": "^9.1.6",
"ts-jest": "^22.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"dependencies": {
"request": "^2.83.0"
}
}