-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "bundler-minifier-action",
"version": "0.0.1",
"description": "A Github Action that works like Bundler Minifier into Visual Studio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edelciomolina/bundler-minifier-action.git"
},
"keywords": [
"action",
"github",
"visualstudio",
"minifier"
],
"author": "Edelcio Molina",
"license": "MIT",
"bugs": {
"url": "https://github.com/edelciomolina/bundler-minifier-action/issues"
},
"homepage": "https://github.com/edelciomolina/bundler-minifier-action#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0"
},
"devDependencies": {
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/htmlhint": "^1.1.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"htmlhint": "^1.1.4"
}
}