UNPKG

smart-id-rest

Version:
36 lines (35 loc) 956 B
{ "name": "smart-id-rest", "version": "1.2.4", "description": "Simple Smart-ID REST client", "main": "index.js", "scripts": { "test": "NODE_ENV=test NODE_TLS_REJECT_UNAUTHORIZED=0 ./node_modules/.bin/mocha --expose-gc --async-only --check-leaks --trace-deprecation --reporter spec --no-exit --no-timeout --recursive --ui tdd test/" }, "keywords": [ "smart-id" ], "repository": { "type": "git", "url": "git+https://github.com/citizenos/smart-id-rest.git" }, "author": "Ilmar Türk", "license": "ISC", "homepage": "https://github.com/citizenos/smart-id-rest#readme", "bugs": { "url": "https://github.com/citizenos/smart-id-rest/issues" }, "dependencies": { "asn1js": "3.0.5", "elliptic": "6.5.4", "log4js": "6.5.2", "node-forge": "1.3.1", "pkijs": "3.0.5", "simple_rsautl": "^1.0.0", "utf8": "3.0.0" }, "devDependencies": { "chai": "4.3.6", "mocha": "10.0.0" } }