{
  "name": "@coorpacademy/nova-icons",
  "version": "4.5.1",
  "description": "React components bank based on Nova SVG icons",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es",
    "src"
  ],
  "scripts": {
    "test": "npm run lint && npm run flow",
    "lint": "eslint . --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"",
    "flow": "flow",
    "pregenerate:icons": "rm -rf src/components",
    "generate:icons": "babel-node scripts/generate-icons.js",
    "prebuild:babel:commonjs": "rm -rf lib",
    "build:babel:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
    "prebuild:babel:es": "rm -rf es",
    "build:babel:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
    "build:babel": "concurrently \"npm run build:babel:commonjs\" \"npm run build:babel:es\"",
    "build:types:commonjs": "flow-copy-source src lib --ignore '**/test/**/*.js'",
    "build:types:es": "flow-copy-source src es --ignore '**/test/**/*.js'",
    "build:types": "concurrently \"npm run build:types:commonjs\" \"npm run build:types:es\"",
    "prepare": "npm run generate:icons && npm run build:babel && npm run build:types"
  },
  "author": "CoorpAcademy",
  "peerDependencies": {
    "react": "^17.0.2",
    "react-native-svg": "^9.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.7",
    "@babel/node": "^7.8.7",
    "@babel/preset-env": "^7.26.7",
    "@babel/preset-flow": "^7.9.0",
    "@babel/preset-react": "^7.9.4",
    "@coorpacademy/eslint-plugin-coorpacademy": "^10.0.0",
    "@svgr/core": "^5.4.0",
    "@svgr/plugin-prettier": "^5.4.0",
    "@svgr/plugin-svgo": "^5.4.0",
    "async": "^3.2.0",
    "babel-loader": "^9.2.1",
    "babel-plugin-css-modules-transform": "^1.6.2",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "chalk": "^4.0.0",
    "codecov": "^3.7.0",
    "concurrently": "^5.2.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.3.1",
    "flow-bin": "^0.125.1",
    "flow-copy-source": "^2.0.9",
    "glob": "^7.1.6",
    "lodash": "^4.17.21",
    "mkdirp": "^1.0.4",
    "react": "^17.0.2",
    "react-native-svg": "^9.13.6"
  },
  "gitHead": "b13b5611b2cbb6067c11398e5e7aa1b1c312ec15"
}
