This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "fg",
"version": "0.0.3",
"description": "This is functionGraph component 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/xinwuyun/fg"
},
"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": {
"@huaweicloud/huaweicloud-sdk-core": "^3.0.30-rc",
"@huaweicloud/huaweicloud-sdk-functiongraph": "^3.0.30-rc",
"@serverless-devs/core": "^0.1.28",
"@serverless-devs/s-core": "0.0.28",
"@serverless/core": "^1.1.2",
"i18n": "^0.14.1",
"js-yaml": "^4.1.0",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"tencent-component-toolkit": "^2.23.1",
"tty-table": "^4.1.5"
},
"devDependencies": {
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"prettier": "2.5.1",
"ts-node": "^10.4.0",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"
}
}