-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "eslint-plugin-googlemaps",
"version": "1.4.17",
"description": "ESLint rules for Google Maps Platform.",
"keywords": [
"google",
"maps",
"eslint",
"plugin"
],
"homepage": "https://github.com/googlemaps/eslint-plugin-googlemaps",
"bugs": {
"url": "https://github.com/googlemaps/eslint-plugin-googlemaps/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/eslint-plugin-googlemaps.git"
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"main": "dist/src/index.js",
"scripts": {
"prepare": "tsc",
"format": "eslint --ext .js,.ts src --fix",
"pretest": "eslint --ext .js,.ts src",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^5.8.0",
"@typescript-eslint/scope-manager": "^5.8.0"
},
"devDependencies": {
"@types/eslint": "^8.2.1",
"@types/jest": "^27.0.2",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-docgen": "github:jpoehnelt/eslint-docgen#1a6a64ba0513ab3e28eb5746f3dc2145d8f0419a",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}