mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
21 lines
380 B
JSON
21 lines
380 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/github": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.10"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|
|
}
|