{
  "name": "@elliemae/ds-basic",
  "version": "3.57.10",
  "license": "MIT",
  "description": "EllieMae UI Design System Library",
  "files": [
    "dist"
  ],
  "module": "./dist/esm/index.js",
  "main": "./dist/cjs/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    "./css/*": "./dist/css/*",
    "./styles/*": "./dist/styles/*"
  },
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "repository": {
    "type": "git",
    "url": "https://git.elliemae.io/platform-ui/dimsum.git"
  },
  "engines": {
    "pnpm": ">=9",
    "node": ">=22"
  },
  "author": "ICE MT",
  "jestSonar": {
    "sonar56x": true,
    "reportPath": "reports",
    "reportFile": "tests.xml",
    "indent": 4
  },
  "publishConfig": {
    "access": "public",
    "typeSafety": false
  },
  "scripts": {
    "test:e2e": "echo 'ds-basic only expose prebuilt styles, nothing to test' && exit 0",
    "test:reports": "echo 'ds-basic only expose prebuilt styles, nothing to test' && exit 0",
    "compile:scss": "echo 'officially dropping scss compile step in favor of static built files ad hoc' && exit 0",
    "build:css": "echo 'officially dropping css build step in favor of static built files ad hoc' && exit 0",
    "prebuild": "exit 0",
    "build": "node ./copyPrebuiltFilesInDist.mjs",
    "dev": "exit 0"
  }
}