UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@midwayjs/fcli-plugin-package",
3 "version": "1.1.0",
4 "main": "dist/index",
5 "typings": "dist/index.d.ts",
6 "dependencies": {
7 "@midwayjs/faas-code-analysis": "^1.1.0",
8 "@midwayjs/fcli-command-core": "^1.1.0",
9 "@midwayjs/locate": "^1.0.3",
10 "@midwayjs/mwcc": "^0.3.0",
11 "archiver": "^3.1.1",
12 "fs-extra": "^8.1.0",
13 "globby": "^10.0.1",
14 "micromatch": "^4.0.2"
15 },
16 "devDependencies": {
17 "@midwayjs/faas": "^1.1.0",
18 "@midwayjs/serverless-spec-builder": "^1.1.0",
19 "midway-bin": "^2.0.0"
20 },
21 "engines": {
22 "node": ">= 10"
23 },
24 "files": [
25 "src",
26 "dist"
27 ],
28 "scripts": {
29 "build": "midway-bin build -c",
30 "test": "midway-bin test --ts --full-trace --timeout=120000",
31 "debug": "midway-bin test --ts --full-trace --inspect-brk=9229",
32 "cov": "midway-bin cov --ts",
33 "clean": "midway-bin clean",
34 "autod": "midway-bin autod"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git@github.com:midwayjs/midway-faas.git"
39 },
40 "license": "MIT",
41 "gitHead": "fe60878600deb7858651f42c15ece30fce1c4f47"
42}