49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "fc-remote-invoke",
|
|
"version": "0.0.1",
|
|
"description": "This is a component demo for Serverless Devs Tool ",
|
|
"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": "npm run doc && 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/fc2": "^2.2.2",
|
|
"@serverless-devs/core": "^0.0.*",
|
|
"i18n": "^0.13.2",
|
|
"lodash.get": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.168",
|
|
"@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"
|
|
}
|
|
}
|