{
  "name": "node-web-mvc",
  "version": "3.3.30",
  "description": "node spring mvc",
  "main": "./dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build:cjs": "rimraf dist && tsc --sourceMap false",
    "build": "npm run build:cjs",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Beven91/node-mvc.git"
  },
  "keywords": [
    "mvc",
    "spring",
    "node"
  ],
  "files":[
    "dist",
    "swagger-ui",
    "mime.type",
    "package.json",
    "README.md"
  ],
  "author": "beven",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Beven91/node-mvc/issues"
  },
  "homepage": "https://github.com/Beven91/node-mvc#readme",
  "dependencies": {},
  "peerDependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "rimraf": "6.0.1",
    "shared-types":"workspace:*"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}