-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
package.json
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
{
"name": "@scrapeit-cloud/google-maps-api",
"version": "1.0.4",
"description": "Real-Time Google Maps API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scrapeit-Cloud/google-maps-api.git"
},
"keywords": [
"google maps",
"google maps api",
"google maps scraper",
"google scraper",
"maps api",
"scraper",
"scrapeit",
"scrapeit sdk"
],
"author": "Roman Milyushkevich <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Scrapeit-Cloud/google-maps-api/issues"
},
"homepage": "https://github.com/Scrapeit-Cloud/google-maps-api#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.7.4"
}
}