{
  "name": "@salt-ds/theme",
  "version": "1.42.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpmorganchase/salt-ds.git",
    "directory": "packages/theme"
  },
  "bugs": "https://github.com/jpmorganchase/salt-ds/issues",
  "style": "index.css",
  "files": [
    "/index.css",
    "/css"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "build": "yarn node ./scripts/build.mjs",
    "build:watch": "yarn node ./scripts/build.mjs --watch"
  },
  "devDependencies": {
    "del": "^8.0.0"
  },
  "publishConfig": {
    "directory": "../../dist/salt-ds-theme",
    "provenance": true
  }
}
