5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00
pre-commit-action/package.json
2020-06-10 13:41:57 -07:00

21 lines
365 B
JSON

{
"private": true,
"dependencies": {
"@actions/core": "*",
"@actions/exec": "*",
"@actions/github": "*"
},
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"node": true
}
}
}