{
  "name": "single-spa-css",
  "version": "4.0.1",
  "description": "Lifecycle helpers for loading CSS",
  "type": "module",
  "exports": {
    ".": {
      "import": "./lib/esm/single-spa-css.min.js",
      "require": "./lib/umd/single-spa-css",
      "types": "./lib/esm/single-spa-css.d.ts"
    },
    "./ExposeRuntimeCssAssetsPlugin": "./ExposeRuntimeCssAssetsPlugin.js"
  },
  "files": [
    "lib",
    "ExposeRuntimeCssAssetsPlugin.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/single-spa/single-spa-css.git"
  },
  "author": "Jolyn Denning",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/single-spa/single-spa-css/issues"
  },
  "homepage": "https://github.com/single-spa/single-spa-css#readme",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.26.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jest": "^29.5.14",
    "babel-eslint": "11.0.0-beta.2",
    "babel-jest": "^29.7.0",
    "concurrently": "^9.1.2",
    "eslint": "^9.19.0",
    "eslint-config-ts-important-stuff": "^1.1.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.4.2",
    "pretty-quick": "^4.0.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.32.0",
    "rollup-plugin-terser": "^7.0.2",
    "single-spa": "^6.0.3",
    "tslib": "^2.1.0",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@types/webpack-env": "^1.16.0"
  },
  "peerDependencies": {
    "mini-css-extract-plugin": "*",
    "webpack": "*"
  },
  "scripts": {
    "test": "jest",
    "clean": "rimraf lib",
    "build": "pnpm run clean && rollup -c",
    "check-format": "prettier --check .",
    "watch:build": "rollup -cw",
    "format": "prettier --write .",
    "lint": "eslint src"
  }
}