1 Star 0 Fork 0

Serverless Devs Registry / fc-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
aliyunfc 提交于 2023-10-23 11:57 . prettier code
{
"name": "fc-api",
"version": "0.0.47",
"autoInstall": false,
"description": "The execution component of Function Compute, through which you can access the resources of function calculation",
"keywords": [
"Serverless",
"Framework",
"Serverless-Devs",
"Serverless-Tool",
"Function Compute"
],
"homepage": "https://www.serverless-devs.com",
"author": "Serverless-Devs",
"contributors": [
"hanxie",
"junlong"
],
"license": "MIT",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/devsapp/fc"
},
"scripts": {
"watch": "tsc -w",
"format": "prettier --write src/",
"prebuild": "rm -rf node_modules && rm -rf package-lock.json && npm i && rm -rf lib && npm run format",
"build": "esbuild src/index.ts --bundle --log-level=error --minify --platform=node --format=cjs --target=node10.4 --external:proxy-agent --external:@serverless-devs/core --outfile=lib/index.js",
"postbuild": "npm run doc",
"doc": "npx typedoc --entryPointStrategy expand ./src/index.ts --json doc/doc.json --out doc"
},
"dependencies": {
"@alicloud/fc2": "^2.3.0",
"@serverless-devs/core": "latest",
"i18n": "^0.13.2",
"jszip": "^3.6.0",
"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": "^10.4.0",
"typedoc": "^0.22.*",
"typescript": "^4.4.3",
"esbuild": "^0.13.8",
"prettier": "^2.8.4"
}
}
1
https://gitee.com/devsapp/fc-api.git
git@gitee.com:devsapp/fc-api.git
devsapp
fc-api
fc-api
main

搜索帮助