{
  "name": "@pmwcs/base",
  "version": "1.1.0",
  "description": "PMWCS base module",
  "keywords": [
    "pmwcs",
    "preact",
    "material",
    "web",
    "components",
    "base"
  ],
  "homepage": "https://github.com/pmwcs/pmwcs#readme",
  "bugs": {
    "url": "https://github.com/pmwcs/pmwcs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmwcs/pmwcs.git",
    "directory": "src/base"
  },
  "license": "MIT",
  "author": "",
  "sideEffects": [
    "./styles.js",
    "*.css"
  ],
  "main": "dist/index.js",
  "module": "next/index.js",
  "scripts": {
    "publish:dist": "npm publish dist --access=public",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@material/dom": "^7.0.0",
    "classnames": "^2.3.1",
    "hyperform": "^0.12.0",
    "mutation-observer": "^1.0.3"
  },
  "peerDependencies": {
    "preact": "^10.5.13"
  },
  "publishConfig": {
    "access": "public"
  }
}
