UNPKG

1.28 kBJSONView Raw
1{
2 "name": "eslint-plugin-json",
3 "version": "3.1.0",
4 "description": "eslint plugin for JSON files",
5 "keywords": [
6 "eslint",
7 "eslintplugin",
8 "eslint-plugin",
9 "json",
10 "eslint-plugin-json"
11 ],
12 "author": "Azeem Bande-Ali <a.bandeali@gmail.com>",
13 "contributors": [
14 "Adriean Khisbe <adriean.khisbe@live.fr> (https://github.com/AdrieanKhisbe/)"
15 ],
16 "main": "src/index.js",
17 "scripts": {
18 "integration": "test/integration-across-eslint-majors.sh",
19 "test": "nyc mocha test/integration.test.js",
20 "lint": "eslint src test",
21 "eslint": "eslint"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/azeemba/eslint-plugin-json"
26 },
27 "bugs": {
28 "url": "https://github.com/azeemba/eslint-plugin-json/issues"
29 },
30 "dependencies": {
31 "lodash": "^4.17.21",
32 "vscode-json-languageservice": "^4.1.6"
33 },
34 "devDependencies": {
35 "chai": "^4.3.4",
36 "codecov": "^3.8.3",
37 "eslint": "^7.32.0",
38 "eslint-config-prettier": "^8.3.0",
39 "eslint-plugin-prettier": "^3.4.0",
40 "eslint-plugin-self": "^1.2.1",
41 "mocha": "^9.0.3",
42 "nyc": "^15.1.0",
43 "prettier": "^2.3.2"
44 },
45 "engines": {
46 "node": ">=12.0"
47 },
48 "url": "https://github.com/azeemba/eslint-plugin-json",
49 "license": "MIT"
50}