mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
33 lines
831 B
JSON
33 lines
831 B
JSON
{
|
|
"name": "eslint-module-utils",
|
|
"version": "2.6.0",
|
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
|
},
|
|
"keywords": [
|
|
"eslint-plugin-import",
|
|
"eslint",
|
|
"modules",
|
|
"esmodules"
|
|
],
|
|
"author": "Ben Mosher <me@benmosher.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
|
},
|
|
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
|
|
"dependencies": {
|
|
"debug": "^2.6.9",
|
|
"pkg-dir": "^2.0.0"
|
|
}
|
|
}
|