{
  "name": "@carbon/feature-flags",
  "description": "Build with feature flags in Carbon",
  "version": "1.3.0",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "types/index.d.ts",
  "sass": "index.scss",
  "repository": {
    "type": "git",
    "url": "https://github.com/carbon-design-system/carbon.git",
    "directory": "packages/feature-flags"
  },
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "files": [
    "es",
    "lib",
    "types",
    "scss",
    "index.scss",
    "telemetry.yml"
  ],
  "keywords": [
    "ibm",
    "carbon",
    "carbon-design-system",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "yarn clean && node tasks/build.mjs && tsdown --config tsdown.config.mts",
    "clean": "rimraf es lib scss/generated src/generated",
    "watch": "node tasks/build.mjs && tsdown --config tsdown.config.mts --watch",
    "postinstall": "ibmtelemetry --config=telemetry.yml"
  },
  "devDependencies": {
    "@babel/core": "^7.27.3",
    "@babel/generator": "^7.27.3",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/template": "^7.27.2",
    "@babel/types": "^7.27.3",
    "@carbon/scss-generator": "^10.20.0",
    "change-case-all": "^2.1.0",
    "fs-extra": "^11.0.0",
    "js-yaml": "^4.1.0",
    "rimraf": "^6.0.1",
    "tsdown": "^0.21.0"
  },
  "sideEffects": false,
  "babel": {
    "presets": [
      "@babel/env",
      "@babel/preset-typescript"
    ]
  },
  "dependencies": {
    "@ibm/telemetry-js": "^1.5.0"
  },
  "gitHead": "5e89339998bd16c8ddd42e1cc6a2d0c15b3b0af5"
}
