{
    "name": "@prom-ui/icons",
    "author": "e.marchenko",
    "version": "2.2.0",
    "description": "prom-ui icons",
    "scripts": {
        "lint": "eslint ./src",
        "ts-types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly",
        "ts-check": "tsc --project tsconfig.build.json --noEmit --skipLibCheck",
        "test": "jest --verbose ./src",
        "test-dist": "jest --verbose ./__tests__/dist.test.ts",
        "prebuild": "node ./preBuild.js",
        "build": "rollup --config ./rollup.config.js --bundleConfigAsCjs",
        "postbuild": "npm run ts-types && npm run ts-check && npm run test-dist",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "https://gitlab.evo.dev/evo-frontend/prom-ui.git",
        "directory": "packages/icons"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public",
        "directory": "dist"
    },
    "devDependencies": {
        "@svgr/core": "8.1.0",
        "@svgr/plugin-jsx": "8.1.0",
        "@svgr/plugin-prettier": "8.1.0",
        "@svgr/plugin-svgo": "8.1.0",
        "camelcase": "6.3.0"
    },
    "peerDependencies": {
        "react": "*"
    },
    "gitHead": "123fc87472f3b71d38e9d54f8e01749b76a8177a"
}
