{
  "name": "@salt-ds/styles",
  "version": "0.3.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jpmorganchase/salt-ds.git",
    "directory": "packages/styles"
  },
  "bugs": "https://github.com/jpmorganchase/salt-ds/issues",
  "main": "dist-cjs/index.js",
  "sideEffects": false,
  "peerDependencies": {
    "@types/react": ">=16.14.0",
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "publishConfig": {
    "directory": "../../dist/salt-ds-styles",
    "provenance": true
  },
  "scripts": {
    "build": "yarn node ../../scripts/build.mjs"
  },
  "dependencies": {},
  "module": "dist-es/index.js",
  "typings": "dist-types/index.d.ts",
  "files": [
    "dist-cjs",
    "dist-es",
    "dist-types",
    "CHANGELOG.md"
  ]
}
