{
  "name": "@wecity/weshop",
  "version": "2.3.10",
  "description": "微前端模型",
  "main": "dist/index.js",
  "bin": {
    "beans": "./dist/bin/weshop.js",
    "weshop": "./dist/bin/weshop.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "dev": "tsc -w",
    "build": "rimraf ./dist && tsc",
    "test": "jest --config jest.json",
    "prepare": "npm run build"
  },
  "keywords": [
    "beans",
    "weshop",
    "faster-version"
  ],
  "author": "yikazhu",
  "license": "ISC",
  "files": [
    "dist/",
    "typings/",
    "CHANGELOG.md",
    "weshoplint.js"
  ],
  "dependencies": {
    "@babel/core": "^7.3.3",
    "@babel/generator": "^7.3.3",
    "@babel/parser": "^7.3.3",
    "@babel/traverse": "^7.2.3",
    "@babel/types": "^7.3.3",
    "ajv": "^6.12.5",
    "babel-eslint": "^10.0.1",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "compare-versions": "^3.4.0",
    "cross-spawn": "^6.0.5",
    "csso": "^3.5.1",
    "eslint": "^5.6.1",
    "eslint-utils": "^2.1.0",
    "fs-extra": "^7.0.0",
    "glob": "^7.1.3",
    "html-minifier": "^3.5.21",
    "init-package-json": "^1.10.3",
    "inquirer": "^6.2.2",
    "js-yaml": "^3.14.0",
    "jszip": "^3.2.0",
    "lodash": "^4.17.21",
    "moment": "^2.22.2",
    "progress": "^2.0.3",
    "rxjs": "^6.5.1",
    "simple-git": "^1.107.0",
    "terser": "^3.16.1"
  },
  "devDependencies": {
    "@types/async": "^2.0.49",
    "@types/babel__core": "^7.0.5",
    "@types/camelcase": "^4.1.0",
    "@types/chalk": "^2.2.0",
    "@types/commander": "^2.12.2",
    "@types/consolidate": "^0.0.34",
    "@types/cross-spawn": "^6.0.0",
    "@types/csso": "^3.5.1",
    "@types/eslint": "^4.16.3",
    "@types/execa": "^0.9.0",
    "@types/fs-extra": "^5.0.4",
    "@types/glob": "^7.1.0",
    "@types/gulp": "^4.0.5",
    "@types/handlebars": "^4.0.39",
    "@types/html-minifier": "^3.5.3",
    "@types/init-package-json": "^1.10.0",
    "@types/inquirer": "^0.0.43",
    "@types/jest": "^23.3.7",
    "@types/jszip": "^3.1.5",
    "@types/lodash": "^4.14.116",
    "@types/multimatch": "^2.1.2",
    "@types/node": "^10.11.7",
    "@types/nodegit": "^0.22.3",
    "@types/ora": "^1.3.4",
    "@types/package-json": "^4.0.1",
    "@types/progress": "^2.0.3",
    "@types/request": "^2.47.1",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^5.5.0",
    "@types/user-home": "^2.0.0",
    "acorn": "^6.4.1",
    "acorn-walk": "^6.2.0",
    "astring": "^1.3.1",
    "axios": "^0.18.0",
    "conventional-changelog-cli": "^2.0.12",
    "cross-env": "^5.2.0",
    "jest": "^23.6.0",
    "nodemon": "^1.18.3",
    "rimraf": "^2.6.3",
    "sinon": "^7.2.3",
    "ts-jest": "^23.10.4",
    "ts-mock-imports": "^1.2.2",
    "ts-node": "^7.0.1",
    "tsconfig-paths": "^3.8.0",
    "tslint": "^5.11.0",
    "typescript": "^3.0.3"
  }
}
