mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 19:36:15 +00:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"name": "@dh-tools/eslint-plugin",
|
|
"version": "0.0.0",
|
|
"description": "custom eslint rules for datahub",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin"
|
|
],
|
|
"author": "Ignacio",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha tests --recursive"
|
|
},
|
|
"dependencies": {
|
|
"requireindex": "~1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^8.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "8.* || >= 10.*"
|
|
},
|
|
"license": "ISC"
|
|
}
|