actions-hugo/package.json

34 lines
699 B
JSON
Raw Normal View History

{
2019-09-15 10:20:55 +02:00
"name": "hugo-action",
"version": "0.1.0",
"description": "Hugo setup action",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "eslint index.js && jest"
},
"repository": {
"type": "git",
2019-09-15 10:20:55 +02:00
"url": "git+https://github.com/peaceiris/actions-hugo.git"
},
"keywords": [
"GitHub",
"Actions",
2019-09-15 10:20:55 +02:00
"JavaScript",
"Hugo"
],
"author": "GitHub",
"license": "MIT",
"bugs": {
2019-09-15 10:20:55 +02:00
"url": "https://github.com/peaceiris/actions-hugo/issues"
},
2019-09-15 10:20:55 +02:00
"homepage": "https://github.com/peaceiris/actions-hugo#readme",
"dependencies": {
"@actions/core": "^1.1.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
}
}