-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 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
40
{
"name": "@nearest/nearest-duplicate-location",
"version": "0.2.3",
"description": "Checks if locations are identical to detect duplicates",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NearestPlace/DetectDuplicateLocations.git"
},
"homepage": "https://nearest.place",
"scripts": {
"test": "mocha --require @babel/register",
"build": "babel src --presets @babel/preset-env --plugins @babel/plugin-transform-runtime --out-dir dist",
"prepublish": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"@turf/distance": "^6.0.1",
"lodash.find": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"string-similarity": "^4.0.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-stage-2": "^7.0.0",
"@babel/register": "^7.8.6",
"babel-eslint": "^9.0.0",
"chai": "*",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"mocha": "*"
},
"author": "Stephan Georg <s.georg@nearest.place>",
"license": "ISC"
}