{
  "name": "@midwayjs/fcli-plugin-package",
  "version": "2.1.2",
  "main": "dist/index",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@midwayjs/command-core": "^2.1.0",
    "@midwayjs/locate": "^1.0.3",
    "@midwayjs/serverless-spec-builder": "^2.1.0",
    "@vercel/ncc": "^0.30.0",
    "fs-extra": "^8.1.0",
    "globby": "^10.0.1",
    "jszip": "^3.2.2",
    "micromatch": "^4.0.2",
    "semver": "^7.3.5",
    "tsc-alias": "^1.8.2"
  },
  "devDependencies": {
    "@midwayjs/faas": "^2.8.0",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "plugin.json",
    "src",
    "dist"
  ],
  "scripts": {
    "lint": "../../node_modules/.bin/eslint .",
    "test": "../../node_modules/.bin/jest ./test/midwayfaas3.test.ts --runInBand",
    "cov": "../../node_modules/.bin/jest --coverage --runInBand",
    "build": "tsc --build",
    "ci-test-only": "TESTS=test/lib/cmd/cov.test.js npm run test-local",
    "ci": "npm run lint && npm run pkgfiles -- --check && npm run ci-test-only && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:midwayjs/cli.git"
  },
  "license": "MIT",
  "gitHead": "ccc07cc6b397c697e90e4c30e7d003594b468dd4"
}
