{
  "name": "single-spa-canopy",
  "version": "3.2.0",
  "description": "Some helpers for single-spa child apps at canopy",
  "main": "lib/amd/single-spa-canopy.min.js",
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "prepublish": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CanopyTax/single-spa-canopy.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/CanopyTax/single-spa-canopy/issues"
  },
  "homepage": "https://github.com/CanopyTax/single-spa-canopy#readme",
  "devDependencies": {
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "rollup": "^2.79.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "dependencies": {
    "deepmerge": "^4.2.2"
  },
  "packageManager": "yarn@4.9.2"
}
