{
  "name": "astore-builder",
  "version": "0.1.9",
  "description": "astore构建基础服务",
  "main": "dist/index.js",
  "scripts": {
    "prepack": "tsc",
    "dev": "tsc -w",
    "build": "rm -rf dist/ && tsc --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:astore/astore-builder.git"
  },
  "keywords": [],
  "author": "leestein",
  "license": "ISC",
  "dependencies": {
    "@types/fs-extra": "^9.0.2",
    "chalk": "^2.4.0",
    "fs-extra": "^7.0.1",
    "got": "^11.8.0",
    "lodash": "^4.17.11",
    "semver": "^7.3.2",
    "urllib": "^2.36.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.162",
    "@types/semver": "^7.3.4",
    "@types/webpack": "^5.28.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3",
    "webpack": "^4.0.0"
  }
}
