UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@midwayjs/fcli-plugin-package",
3 "version": "0.2.91",
4 "main": "dist/index",
5 "typings": "dist/index.d.ts",
6 "dependencies": {
7 "@midwayjs/faas-util-ts-compile": "^0.2.89",
8 "@midwayjs/fcli-command-core": "^0.2.91",
9 "@midwayjs/locate": "^1.0.3",
10 "@midwayjs/mwcc": "^0.2.2",
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": "^0.2.90",
18 "@midwayjs/serverless-spec-builder": "^0.2.89",
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": "NODE_ENV=test midway-bin test --ts --full-trace --timeout=120000",
31 "debug": "NODE_ENV=test midway-bin test --ts --full-trace --inspect-brk=9229",
32 "cov": "NODE_ENV=unittest 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": "74a73a068a912b6cf2177a8f078126b89ca2928a"
42}