{
  "name": "@adaptive-web/adaptive-ui",
  "version": "0.13.1",
  "description": "A collection of design utilities supporting basic styling and Adaptive UI",
  "type": "module",
  "sideEffects": false,
  "license": "MIT",
  "author": {
    "name": "Adaptive Web Community",
    "url": "https://github.com/adaptive-web-community"
  },
  "bugs": {
    "url": "https://github.com/adaptive-web-community/adaptive-web-components/issues"
  },
  "homepage": "https://github.com/adaptive-web-community/adaptive-web-components#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Adaptive-Web-Community/Adaptive-Web-Components",
    "directory": "packages/adaptive-ui"
  },
  "main": "dist/esm/core/index.js",
  "module": "dist/esm/core/index.js",
  "types": "dist/dts/core/index.d.ts",
  "bin": {
    "aui": "./bin/aui.js"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "start": "tsc --watch",
    "test": "npm run lint && npm run build && npm run unit-tests",
    "unit-tests": "mocha",
    "unit-tests:watch": "mocha --watch",
    "doc": "api-extractor run --local",
    "postbuild": "npm run doc"
  },
  "dependencies": {
    "@happy-dom/global-registrator": "^14.7.1",
    "@microsoft/fast-element": "2.0.0-beta.26",
    "@microsoft/fast-foundation": "3.0.0-alpha.31",
    "commander": "^12.0.0",
    "culori": "^3.2.0",
    "deepmerge-ts": "^7.1.3",
    "glob": "^10.5.0",
    "matcher": "^5.0.0",
    "postcss": "^8.4.39",
    "postcss-merge-border-radius": "^1.0.1",
    "postcss-merge-longhand": "^7.0.2",
    "postcss-merge-rules": "^7.0.2",
    "prettier": "^3.2.5"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.34.4",
    "@types/chai": "^4.3.4",
    "@types/culori": "^2.0.0",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "jsdom": "^16.2.2",
    "jsdom-global": "3.0.2",
    "mocha": "^10.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.0"
  },
  "exports": {
    ".": {
      "types": "./dist/dts/core/index.d.ts",
      "default": "./dist/esm/core/index.js"
    },
    "./migration": {
      "types": "./dist/dts/migration/index.d.ts",
      "default": "./dist/esm/migration/index.js"
    },
    "./reference": {
      "types": "./dist/dts/reference/index.d.ts",
      "default": "./dist/esm/reference/index.js"
    }
  }
}
