blob: 72b303c5576bdc70942d6507615b8680bcfe401c [file] [log] [blame]
{
"name": "@cordova/eslint-config",
"version": "4.0.1-dev",
"description": "Cordova ESLint Config",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run test:coverage",
"test:e2e": "jasmine spec/e2e.spec.js",
"test:coverage": "nyc npm run test:e2e",
"lint": "eslint ."
},
"repository": "github:apache/cordova-eslint",
"bugs": "https://github.com/apache/cordova-eslint/issues",
"keywords": [
"cordova",
"eslint"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"jasmine": "^3.10.0",
"nyc": "^15.1.0"
},
"nyc": {
"all": true,
"exclude": [
"spec/"
],
"reporter": [
"lcov",
"text"
]
}
}