{
  "name": "@ndla/icons",
  "type": "module",
  "version": "8.0.91-alpha.0",
  "description": "A package containing icons used in NDLA frontends",
  "license": "GPL-3.0",
  "exports": {
    "types": "./lib/index.d.ts",
    "import": "./es/index.mjs",
    "require": "./lib/index.js"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch ./src",
    "build:types": "tsc -p tsconfig.build.json",
    "prepublish": "concurrently 'yarn build:types' 'mkdir -p dist' 'panda cssgen --minimal  --outfile dist/styles.css' 'panda ship --outfile dist/panda.buildinfo.json'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NDLANO/frontend-packages.git",
    "directory": "packages/icons"
  },
  "keywords": [
    "ndla"
  ],
  "author": "ndla@knowit.no",
  "files": [
    "dist",
    "lib",
    "es",
    "svg"
  ],
  "dependencies": {
    "@ndla/styled-system": "^0.0.51"
  },
  "devDependencies": {
    "@ndla/preset-panda": "^0.0.78",
    "@pandacss/dev": "^1.10.0"
  },
  "peerDependencies": {
    "react": ">= 18",
    "react-dom": ">= 18"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "759d1a57b0a7ad06e831472aae9f8fba287d552e"
}
