49 строки
1007 B
JSON
49 строки
1007 B
JSON
{
|
|
"name": "@nextcloud/eslint-plugin",
|
|
"version": "2.2.1",
|
|
"license": "ISC",
|
|
"description": "Nextcloud lint plugin for ESLint",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"nextcloud"
|
|
],
|
|
"author": "Christoph Wurst",
|
|
"homepage": "https://github.com/nextcloud-libraries/eslint-plugin",
|
|
"repository": "git+https://github.com/nextcloud-libraries/eslint-plugin.git",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"files": [
|
|
"docs",
|
|
"lib",
|
|
"CHANGELOG.md"
|
|
],
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"fast-xml-parser": "^4.5.0",
|
|
"requireindex": "^1.2.0",
|
|
"semver": "^7.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.15.0",
|
|
"jest": "^29.7.0",
|
|
"memfs": "^4.14.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"lib/**/*.js"
|
|
]
|
|
}
|
|
}
|