{
    "name": "alfa-ui-primitives",
    "version": "3.36.0",
    "description": "UI primitives for sharing between platforms in Alfa-Bank projects",
    "keywords": [
        "alfa-bank",
        "design",
        "ui",
        "icons",
        "svg"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/alfa-laboratory/alfa-ui-primitives.git"
    },
    "author": "Alfa-Bank Team",
    "license": "MIT",
    "scripts": {
        "commitmsg": "commitlint -e",
        "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
        "github-release": "conventional-github-releaser -p angular",
        "release-patch": "npm version patch -m 'chore(*): patch version'",
        "release-minor": "npm version minor -m 'chore(*): minor version'",
        "release-major": "npm version major -m 'chore(*): major version'",
        "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text mocha ./utils/**/*.spec.js",
        "coverage": "nyc report --reporter=text-lcov | coveralls",
        "version": "git fetch --tags && npm run changelog && git add CHANGELOG.md",
        "postversion": "npm run pub",
        "pub": "./utils/publish.sh",
        "ci": "./utils/ci.sh"
    },
    "devDependencies": {
        "@commitlint/cli": "5.2.0",
        "@commitlint/config-conventional": "5.1.3",
        "conventional-changelog-cli": "1.3.5",
        "conventional-github-releaser": "2.0.0",
        "coveralls": "3.0.0",
        "git-diff-tags": "1.0.0",
        "mocha": "5.0.0",
        "nyc": "11.4.1",
        "posthtml": "0.11.2",
        "svgo": "1.0.3"
    },
    "nyc": {
        "exclude": [
            "**/*.spec.js"
        ]
    }
}
