fc-remote-invoke/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-01 15:29:39 +08:00
{
"name": "fc-remote-invoke",
2021-08-12 17:20:55 +08:00
"version": "0.0.17",
2021-06-01 15:29:39 +08:00
"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",
2021-06-09 11:15:08 +08:00
"watch": "tsc -w",
"prebuild": "rm -rf node_modules && rm -rf package-lock.json && npm i && rimraf lib",
2021-08-23 17:59:37 +08:00
"build": "ncc build src/index.ts -m -e @serverless-devs/core -o lib"
2021-06-01 15:29:39 +08:00
},
"dependencies": {
"@alicloud/fc2": "^2.2.2",
"@serverless-devs/core": "^0.0.*",
2021-06-09 11:14:08 +08:00
"fs-extra": "^10.0.0",
2021-07-16 17:15:29 +08:00
"got": "^11.8.2",
2021-07-28 10:14:57 +08:00
"lodash": "^4.17.21",
2021-06-09 11:14:08 +08:00
"readline": "^1.3.0"
2021-06-01 15:29:39 +08:00
},
"autoInstall": false,
2021-06-01 15:29:39 +08:00
"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",
"@vercel/ncc": "^0.24.0"
2021-06-01 15:29:39 +08:00
}
}