test-mitid-integrator
Version:
Utility for handling communication with MitID broker via client-side JavaScript
27 lines (26 loc) • 613 B
JSON
{
"name": "test-mitid-integrator",
"version": "1.0.10",
"description": "Utility for handling communication with MitID broker via client-side JavaScript",
"main": "dist/index.js",
"scripts": {
"build": "webpack --mode=production"
},
"keywords": [
"mitid",
"broker",
"authentication"
],
"author": "jobelles",
"license": "MIT",
"dependencies": {
"semver": "^7.6.2"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}