@eid-easy/eideasy-browser-client
Version:
eideasy-browser-client is a handy tool that you can use to handle the client side parts of the identification and signing flows when using eID Easy API.
117 lines (116 loc) • 3.92 kB
JSON
{
"name": "@eid-easy/eideasy-browser-client",
"version": "2.136.1",
"description": "eideasy-browser-client is a handy tool that you can use to handle the client side parts of the identification and signing flows when using eID Easy API.",
"main": "dist/eideasy-browser-client.js",
"sri": "sha256-eCnHtR5C6sALvNuX7wQYfI7iynIQNkhYK/JbW/NWc+8=",
"productionReleaseVersion": "2.136.1",
"productionReleaseSri": "sha256-eCnHtR5C6sALvNuX7wQYfI7iynIQNkhYK/JbW/NWc+8=",
"files": [
"dist"
],
"scripts": {
"webpack": "webpack",
"env-cmd": "env-cmd",
"debug": "node --inspect --inspect-brk ./node_modules/webpack/bin/webpack.js",
"build": "npm run webpack -- --env mode=production",
"build:debug": "npm run debug -- --env mode=production",
"start:debug": "npm run debug -- --env mode=development",
"build:analyze": "npm run build --env presets=analyze",
"build:compress": "npm run build --env presets=compress",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "jest",
"test:watch": "jest --watch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:latest": "conventional-changelog -p angular -i CHANGELOG-LATEST.md -s -r 1",
"release": "node scripts/release.js",
"update-translations": "node scripts/update-translations.js",
"slack-release-notes": "node scripts/slack-release-notes.js"
},
"keywords": [
"eideasy",
"eid easy",
"eid",
"electronic signature",
"qes",
"qualified electronic signature",
"eid easy client",
"electronic signature client"
],
"author": {
"name": "Mats-Joonas Kulla",
"email": "mj@eideasy.com",
"url": "https://eideasy.com/"
},
"license": "MIT",
"volta": {
"node": "14.15.4",
"yarn": "1.22.5"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/jest": "^26.0.23",
"@vuepress/bundler-vite": "2.0.0-beta.59",
"@vuepress/plugin-register-components": "2.0.0-beta.59",
"@vuepress/plugin-search": "2.0.0-beta.59",
"@vuepress/theme-default": "2.0.0-beta.59",
"@vuepress/utils": "2.0.0-beta.59",
"babel-jest": "^27.0.1",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"conventional-changelog-cli": "^2.1.1",
"core-js": "^3.8.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-webpack-plugin": "^2.4.3",
"execa": "^5.1.1",
"html-webpack-plugin": "^5.3.1",
"i18n-iso-countries": "^6.8.0",
"jest": "^27.0.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"slackify-markdown": "^4.3.1",
"ssri": "^8.0.1",
"ts-jest": "^27.1.4",
"vuepress": "2.0.0-beta.59",
"webpack": "^5.44.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.4.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"axios": "1.8.2",
"jsencrypt": "3.2.1",
"lodash": "^4.17.21",
"serialize-error": "^9.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"autoprefixer": "10.4.5"
}
}