{
  "name": "@ohu-mobile/icons",
  "version": "0.14.0",
  "description": "Ohu Mobile SVG Icons.",
  "keywords": [
    "icons",
    "svg",
    "ohu-mobile"
  ],
  "author": "jeffwcx <jeffwcx@icloud.com>",
  "homepage": "https://github.com/jeffwcx/ohu-mobile/tree/master/packages/ohu-mobile-icons#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "es",
    "lib",
    "templates/**/*.art"
  ],
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeffwcx/ohu-mobile.git",
    "directory": "packages/ohu-mobile-icons"
  },
  "bugs": {
    "url": "https://github.com/jeffwcx/ohu-mobile/issues"
  },
  "devDependencies": {
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "@types/fs-extra": "^8.1.5",
    "@types/yargs": "^15.0.19",
    "art-template": "^4.13.2",
    "chalk": "^5.3.0",
    "glob": "^10.3.10",
    "rimraf": "^5.0.5",
    "svgo": "^3.2.0",
    "yargs": "^17.7.2",
    "@ohu/cli": "0.3.0"
  },
  "scripts": {
    "build:es": "rm -rf ./es & tsc --project tsconfig.json --module esnext --outDir es --declarationDir es",
    "build:lib": "rm -rf ./lib & tsc --project tsconfig.json --module commonjs --outDir lib --declarationDir lib",
    "build": "pnpm build:es && pnpm build:lib",
    "g": "pnpm generate",
    "generate": "ohu icon",
    "prepublish": "pnpm build"
  }
}