-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.29 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
51
52
53
54
55
56
{
"name": "daum-maps-api",
"version": "0.1.0",
"description": "node.js용 카카오 다음 지도 API",
"main": "lib/index.js",
"module": "lib/index.mjs",
"scripts": {
"prebuild": "rimraf lib",
"build": "rollup -c",
"watch": "rollup -cw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divinespear/node-daum-maps-api.git"
},
"keywords": [
"kakao",
"daum",
"api",
"map",
"postcode",
"카카오",
"다음",
"지도",
"우편번호"
],
"author": {
"name": "Sinyoung \"Divinespear\" Kang",
"email": "[email protected]",
"url": "https://github.com/divinespear"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/divinespear/node-daum-maps-api/issues"
},
"homepage": "https://github.com/divinespear/node-daum-maps-api#readme",
"files": [
"lib"
],
"peerDependencies": {
"load-script-once": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"rimraf": "^2.6.3",
"rollup": "^1.12.5",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-copy": "^2.0.1",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-typescript2": "^0.21.1",
"tslib": "^1.9.3",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
}
}