-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@newrelic/eslint-config",
"version": "0.7.0",
"description": "Eslint ruleset for New Relic Node.js agent",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"linting"
],
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/newrelic/eslint-config-newrelic"
},
"files": [
"index.js",
"eslint-plugin-newrelic-header.js",
"*.md"
],
"peerDependencies": {
"eslint": "^9.17.0"
},
"dependencies": {
"@eslint/json": "^0.13.1",
"eslint-plugin-sonarjs": "^3.0.4",
"neostandard": "^0.12.2"
}
}