25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"name": "setup-elixir",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ncc build src/setup-elixir.js"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run build && git add dist/"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.0.0",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/tool-cache": "^1.1.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.1",
|
|
"husky": "^4.2.5"
|
|
}
|
|
}
|