generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "aliyun-cdn-sdk",
"version": "1.0.2",
"private": true,
"description": "supports all standard aliyun cdn apis for easy use in github actions",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt --no-cache",
"test": "jest",
"all": "npm run build && npm run package",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "[email protected]:weirui88888/aliyun-cdn-sdk.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.3",
"@actions/http-client": "^2.0.1",
"@alicloud/cdn20180510": "^1.0.12",
"@alicloud/openapi-client": "^0.4.1",
"@alicloud/tea-console": "^1.0.0",
"@alicloud/tea-typescript": "^1.7.2"
},
"devDependencies": {
"@types/node": "^16.10.5",
"@typescript-eslint/parser": "^5.8.1",
"@vercel/ncc": "^0.31.1",
"eslint": "^8.36.0",
"eslint-plugin-github": "^4.6.1",
"eslint-plugin-jest": "^25.3.2",
"jest": "^27.2.5",
"js-yaml": "^4.1.0",
"patch-package": "^6.4.7",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"typescript": "^4.4.4"
}
}