File size: 899 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
{
	"name": "@automattic/eslint-plugin-json",
	"version": "0.1.0",
	"description": "ESLint plugin to lint package.json files.",
	"main": "src/index.js",
	"author": "Automattic Inc.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/eslint-plugin-json"
	},
	"keywords": [
		"eslint",
		"lint",
		"package.json"
	],
	"license": "GPL-2.0-or-later",
	"dependencies": {
		"@wordpress/npm-package-json-lint-config": "^5.23.0",
		"eslint-plugin-json-es": "^1.6.0",
		"esquery": "^1.4.0",
		"npm-package-json-lint": "^8.0.0"
	},
	"devDependencies": {
		"@automattic/calypso-eslint-overrides": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^"
	},
	"peerDependencies": {
		"eslint": ">=8.57.1"
	}
}