-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
41
42
43
44
45
46
47
48
49
50
{
"name": "map-cluster",
"version": "1.0.0",
"description": "clustring based map and make result with cluster data",
"main": "./dist/map-cluster.js",
"module": "./dist/map-cluster.js",
"types": "./dist/type/map-cluster.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "webpack",
"test": "jest --watch"
},
"keywords": [
"map",
"cluster",
"clustering",
"kakao-map",
"kakaomap",
"naver-map",
"navermap"
],
"author": "kimsangdu <puki4416@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/puki4416/map-cluster",
"bugs": {
"url": "https://github.com/puki4416/map-cluster",
"email": "puki4416@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/puki4416/map-cluster"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"jest": "^29.5.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"exports": {
".": {
"default": "./dist/map-cluster.js"
}
}
}