{
    "name": "@aktivco/rutoken-connect",
    "version": "0.3.0",
    "module": "dist/rtconnect.es.js",
    "browser": "dist/rtconnect.umd.js",
    "scripts": {
        "build": "webpack",
        "fix": "eslint --fix src",
        "webpack:lint": "eslint webpack.config.babel.js babel.config.js",
        "webpack:fix": "eslint --fix webpack.config.babel.js babel.config.js"
    },
    "description": "Provides Rutoken Connect API",
    "keywords": [
        "rutoken",
        "rutoken connect",
        "rtconnect",
        "рутокен",
        "рутокен коннект"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/AktivCo/rutoken-connect-js"
    },
    "author": "Aktiv-Soft JSC",
    "license": "BSD-2-Clause",
    "devDependencies": {
        "@babel/core": "^7.19.3",
        "@babel/eslint-parser": "^7.19.1",
        "@babel/preset-env": "^7.19.3",
        "@babel/register": "^7.18.9",
        "babel-minify": "^0.2.0",
        "copy-webpack-plugin": "^11.0.0",
        "eslint": "^8.25.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-webpack-plugin": "^3.2.0",
        "webpack": "^5.74.0",
        "webpack-cli": "^4.10.0"
    }
}
