-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.41 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
{
"name": "@lskjs/action-secret-file",
"version": "1.0.0",
"description": "This action allows saving the content of a file (without a base64) secret and writing it to a file during the build process.",
"author": "Igor Suvorov <[email protected]> (https://github.com/isuvorov)",
"private": false,
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"//": "///////////========================/////////========================/////////========================/////////",
"prettier": "@lskjs/eslint-config/prettier",
"eslintConfig": {
"extends": "@lskjs/eslint-config"
},
"jest": {
"preset": "@lskjs/jest-config"
},
"files": [
"action.yml",
"main.js",
"post.js"
],
"main": "main.js",
"///": "//////////========================/////////========================/////////========================/////////",
"repository": "https://github.com/lskjs/action/tree/master//action-secret-file",
"homepage": "https://github.com/lskjs/action/tree/master//action-secret-file",
"bugs": "https://github.com/lskjs/action/issues",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"secret",
"base64",
"action",
"github",
"actions",
"workflow"
],
"////": "/////////========================/////////========================/////////========================/////////"
}