{
  "name": "@pine-ds/icons",
  "version": "9.19.0",
  "license": "MIT",
  "description": "Pine Icon Library",
  "author": " Kajabi Design System Services",
  "keywords": [
    "icon",
    "icon library",
    "pine",
    "svg",
    "web component"
  ],
  "workspaces": [
    "./"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/pds-icons/icons.esm.js",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kajabi/pine-icons.git"
  },
  "bugs": {
    "url": "https://github.com/Kajabi/pine-icons/issues"
  },
  "scripts": {
    "build": "run-s build.ts build.icons build.component collection.copy",
    "build.dev": "run-s build.ts build.icons build.component.dev collection.copy",
    "build.component": "stencil build --docs",
    "build.component.dev": "stencil build --dev --docs --watch --serve",
    "build.icons": "run-func scripts/optimize-svgs.js run $(pwd)",
    "build.ts": "tsc -p scripts/tsconfig.json",
    "collection.copy": "run-func scripts/collection-copy.js collectionCopy $(pwd)",
    "deploy": "run-s build",
    "figma.export": "node scripts/figma_icons/figma-icon-export.js",
    "lint": "run-p lint.*",
    "lint.styles": "stylelint src/**/*.{css,scss}",
    "lint.eslint": "eslint src/**/*.{ts,tsx}",
    "start": "run-s build.dev",
    "test": "stencil test --spec --e2e",
    "test.spec": "stencil test --spec",
    "test.spec.watch": "stencil test --spec --watch",
    "test.watch": "stencil test --spec --e2e --watch --coverage",
    "update": "run-s build.ts build figma.export"
  },
  "files": [
    "components/",
    "dist/",
    "icons/"
  ],
  "dependencies": {
    "@stencil/core": "4.38.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.2",
    "@commitlint/config-conventional": "^17.7.0",
    "@nx/js": "20.1.2",
    "@stencil/sass": "^3.2.0",
    "@swc-node/register": "^1.10.10",
    "@swc/core": "^1.11.24",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^29.5.14",
    "@types/mkdirp": "^1.0.2",
    "@types/svgo": "^2.6.4",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "axios": "^1.1.3",
    "babel-plugin-macros": "^3.1.0",
    "chalk": "^4.1.2",
    "cliui": "^8.0.1",
    "commitizen": "^4.3.0",
    "cosmiconfig": "^9.0.0",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-storybook": "^0.6.14",
    "fs-extra": "^10.1.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "lefthook": "^1.8.2",
    "lerna": "^7.3.0",
    "lint-staged": "^14.0.1",
    "mkdirp": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "nx": "20.1.2",
    "prettier": "^2.7.1",
    "puppeteer": "^24.4.0",
    "run-func": "^3.0.0",
    "simple-git": "^3.16.0",
    "stylelint": "^16.19.1",
    "stylelint-config-recommended": "^16.0.0",
    "stylelint-config-sass-guidelines": "^12.1.0",
    "svgo": "^3.0.0",
    "typescript": "^5.1.6",
    "validate-branch-name": "^1.3.0",
    "yaml": "^1.10.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
