{
  "name": "@midway3-components/web",
  "version": "0.1.14",
  "description": "",
  "main": "dist/index.js",
  "typings": "index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "index.d.ts"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc -b && touch package.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Billy Poon",
  "repository": {
    "type": "git",
    "url": "https://github.com/billy-poon/midway3-components"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "devDependencies": {
    "@midway3-components/core": "workspace:^",
    "@midwayjs/core": "3",
    "@midwayjs/koa": "^3.12.0",
    "@midwayjs/validate": "3",
    "@midwayjs/view": "^3.20.5",
    "@types/node": "^22.13.14",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "@midway3-components/core": "*",
    "@midwayjs/core": "3"
  }
}
