forked from lix-project/lix-website
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "eslint-module-utils",
|
|
"version": "2.8.1",
|
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
"tsc": "tsc -p .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
|
|
},
|
|
"keywords": [
|
|
"eslint-plugin-import",
|
|
"eslint",
|
|
"modules",
|
|
"esmodules"
|
|
],
|
|
"author": "Ben Mosher <me@benmosher.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
|
},
|
|
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
|
|
"dependencies": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.12",
|
|
"@types/eslint": "^8.56.3",
|
|
"@types/node": "^20.11.20",
|
|
"typescript": "next"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"ignore": [
|
|
".attw.json"
|
|
]
|
|
}
|
|
}
|