blob: 7ebf23450c33c67890071143d5d50059d43667cc [file] [log] [blame]
{
"name": "@cordova/eslint-config",
"version": "5.1.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": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.2",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"jasmine": "^4.5.0",
"nyc": "^15.1.0"
},
"nyc": {
"all": true,
"exclude": [
"spec/",
"coverage/"
],
"reporter": [
"lcov",
"text"
]
}
}