53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "fc-remote-invoke",
|
|
"version": "0.0.20",
|
|
"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": "./dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ServerlessTool/express-alibaba"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run watch",
|
|
"watch": "tsc -w",
|
|
"prebuild": "rm -rf node_modules && rm -rf package-lock.json && npm i && rimraf dist",
|
|
"esbuild": "esbuild src/index.ts --bundle --log-level=error --minify --platform=node --format=cjs --target=node10.4 --external:@serverless-devs/core --outfile=dist/index.js",
|
|
"build": "npm run esbuild"
|
|
},
|
|
"dependencies": {
|
|
"@serverless-devs/core": "latest",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.8.2",
|
|
"lodash": "^4.17.21",
|
|
"qs": "^6.10.1",
|
|
"readline": "^1.3.0"
|
|
},
|
|
"autoInstall": false,
|
|
"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",
|
|
"esbuild": "^0.14.0"
|
|
}
|
|
}
|