{
  "name": "@hankliu/icons-svg",
  "version": "0.0.2",
  "sideEffects": false,
  "description": "🥭 Abstract nodes for hankliu ui icons.",
  "homepage": "https://github.com/hankliu62/icons-svg",
  "bugs": {
    "url": "http://github.com/hankliu62/icons-svg/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/hankliu62/icons-svg.git"
  },
  "author": "hank.liu",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "lib",
    "es",
    "inline-svg",
    "inline-namespaced-svg"
  ],
  "scripts": {
    "start": "dumi dev",
    "docs:build": "npm run generate && dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "now-build": "npm run docs:build",
    "g": "npm run generate",
    "generate": "cross-env NODE_ENV=production gulp --require ts-node/register/transpile-only",
    "type-check": "tsc --noEmit",
    "build:es": "tsc --project tsconfig.build.json --module esnext --outDir es",
    "build:lib": "tsc --project tsconfig.build.json --module commonjs --outDir lib",
    "build": "cross-env NODE_ENV=production && npm run build:es && npm run build:lib",
    "compile": "npm run generate && npm run build && npm run type-check && npm run digest",
    "test": "cross-env NODE_ENV=test && npm run test:unit",
    "test:unit": "jest",
    "coverage": "npm run test:unit -u --coverage",
    "prepublishOnlyNot": "npm run test && npm run g && npm run build && npm run type-check && npm run digest",
    "prettier": "prettier --write \"./(src|test|docs)/**/*.{ts,tsx,js,jsx,json,md}\"",
    "lint": "eslint . --ignore-pattern \"src\"",
    "digest": "node scripts/digest.js"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/preset-env": "^7.24.4",
    "@babel/preset-typescript": "^7.24.1",
    "@hankliu/fabric": "^0.0.1",
    "@rgrove/parse-xml": "^4.1.0",
    "@types/gulp": "^4.0.17",
    "@types/gulp-concat": "^0.0.37",
    "@types/gulp-rename": "^2.0.6",
    "@types/jest": "^29.5.12",
    "@types/lodash.camelcase": "^4.3.9",
    "@types/lodash.template": "^4.5.3",
    "@types/lodash.upperfirst": "^4.3.9",
    "@types/node": "^20.12.7",
    "@types/ramda": "^0.29.12",
    "@types/react": "^18.2.79",
    "@types/rgrove__parse-xml": "^1.1.5",
    "@types/svgo": "^2.6.4",
    "@types/through2": "^2.0.41",
    "@types/vinyl": "^2.0.12",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "babel-jest": "^29.7.0",
    "cross-env": "^7.0.3",
    "del": "^5.1.0",
    "dumi": "^2.2.17",
    "eslint": "^9.1.0",
    "globby": "^11.0.0",
    "gulp": "^4.0.2",
    "gulp-clone": "^2.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-header": "^2.0.9",
    "gulp-rename": "^2.0.0",
    "jest": "^29.7.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.template": "^4.5.0",
    "lodash.upperfirst": "^4.3.1",
    "ramda": "^0.29.1",
    "react": "^18.2.0",
    "svgo": "^3.2.0",
    "through2": "^4.0.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5",
    "vinyl": "^3.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
