forked from jason-dour/action-setup-hugo-preproc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
40
{
"name": "setup-hugo-preproc",
"version": "1.0.0",
"description": "Install hugo-preproc for Github Actions",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"all": "npm run lint && npm run prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jason-dour/action-setup-hugo-preproc.git"
},
"author": "Jason A. Dour (https://github.com/jason-dour/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jason-dour/action-setup-hugo-preproc/issues"
},
"homepage": "https://github.com/jason-dour/action-setup-hugo-preproc#readme",
"keywords": [
"github",
"actions",
"setup",
"hugo-preproc"
],
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^7.4.0",
"globals": "^15.6.0",
"jest": "^29.7.0"
}
}