actions-hugo/package.json

39 lines
877 B
JSON
Raw Normal View History

2019-09-15 23:27:57 +00:00
{
"name": "hugo-action",
"version": "0.1.0",
"description": "Hugo setup action",
"main": "index.js",
"scripts": {
"lint": "eslint ./index.js ./get-latest-version.js",
"test": "jest",
"build": "npm prune --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peaceiris/actions-hugo.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"Hugo"
],
"author": "peaceiris",
"license": "MIT",
"bugs": {
"url": "https://github.com/peaceiris/actions-hugo/issues"
},
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
"dependencies": {
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1",
2019-09-15 23:27:57 +00:00
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
2019-09-16 06:20:59 +00:00
"eslint": "^6.4.0",
2019-09-15 23:27:57 +00:00
"jest": "^24.9.0"
}
}