{
  "name": "@vesoft-inc/icons",
  "version": "2.4.0",
  "description": "Vesoft Icons",
  "type": "module",
  "main": "./es/index.js",
  "module": "./es/index.js",
  "typings": "./es/index.d.ts",
  "files": [
    "es/",
    "LICENSE",
    "readme.md"
  ],
  "scripts": {
    "build": "tsx ./tools/normalize.ts",
    "clean": "rimraf ./lib/* ./es/*",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "author": {
    "name": "bruce.lu",
    "email": "huaxiabuluo@hotmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/nb-cloud/nebula-graph-icon",
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.23.3",
    "@babel/generator": "^7.23.3",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.23.9",
    "@babel/preset-env": "^7.23.3",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@babel/types": "^7.23.3",
    "@types/babel__core": "^7.20.5",
    "@types/babel__generator": "^7.6.8",
    "@types/node": "^20.11.16",
    "chalk": "^5.3.0",
    "rimraf": "^5.0.5",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.9",
    "@mui/material": "^7.1.1"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  }
}
