1 Star 1 Fork 0

Serverless Devs Registry/apigateway

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
hanxie 提交于 2023-02-24 20:24 +08:00 . 修改入参
{
"name": "apigateway",
"version": "0.0.8",
"description": "This is a component for alibaba cloud apigateway",
"keywords": [
"Serverless",
"Framework",
"Serverless-Devs",
"Serverless-Tool",
"Function Compute"
],
"homepage": "https://www.serverless-devs.com",
"author": "Serverless-Devs",
"contributors": [],
"license": "MIT",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ServerlessTool/express-alibaba"
},
"scripts": {
"start": "npm run watch",
"watch": "tsc -w",
"publish": "npm run build && s cli platform publish",
"build": "tsc",
"postbuild": "npm run doc",
"doc": "npx typedoc src/index.ts --json doc/doc.json --out doc"
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@serverless-devs/core": "^0.0.*",
"i18n": "^0.13.2",
"js-yaml": "^4.0.0",
"loadsh": "0.0.4",
"lodash.get": "^4.4.2",
"tty-table": "^4.1.3"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"eslint": "^7.7.0",
"ts-node": "^8.10.2",
"typedoc": "^0.20.35",
"typescript": "^3.9.7"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devsapp/apigateway.git
git@gitee.com:devsapp/apigateway.git
devsapp
apigateway
apigateway
master

搜索帮助