{
  "name": "vweb-core",
  "version": "3.2.23",
  "description": "vweb核心组件",
  "main": "./lib/index",
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "node --trace-warnings bin/app.js",
    "retest": "tsc --build tsconfig.json && node --trace-warnings bin/app.js",
    "retest:pro": "tsc --build tsconfig.json && set active=production && node --trace-warnings bin/app.js",
    "retest:dev": "tsc --build tsconfig.json && set active=development && node --trace-warnings bin/app.js",
    "build": "npm run build:schema && tsc --build tsconfig.json",
    "build:schema": "ts-json-schema-generator --path 'src/VWebApp.ts' --type Environment --out lib/vweb.schema.json",
    "run:win": "if exist lib rmdir /s/q lib && npm run startup",
    "run:linux": "rm -rf lib && npm run startup",
    "startup": "npm run build && node bin/app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://codeup.aliyun.com/60b0836844816b8ed2335ed6/vweb/core.git"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.7",
    "@babel/core": "^7.7.7",
    "@babel/plugin-proposal-decorators": "^7.7.4",
    "@babel/plugin-syntax-dynamic-import": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.7",
    "@babel/register": "^7.7.7",
    "@babel/runtime": "^7.7.7",
    "@types/node": "^18.12.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "ts-json-schema-generator": "2.4.0",
    "nacos": "^2.5.1",
    "urllib": "^3.16.1",
    "yaml": "^2.3.2",
    "jest": "^29.6.3"
  },
  "keywords": [
    "vweb"
  ],
  "author": "changhui.zhuang",
  "license": "ISC",
  "dependencies": {
    "address": "^2.0.1",
    "assign.js": "^2.8.14",
    "log4js": "^6.3.0"
  },
  "jest": {
    "verbose": true,
    "rootDir": "__tests__",
    "moduleNameMapper": {
      "@/(.*)": "<rootDir>../.npm/$1"
    }
  }
}
