-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
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
{
"name": "@coconmap/leaflet.communitygeocoder",
"version": "2.0.2",
"description": "Leaflet.js plugin to pin the location of the address in Japan",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsc",
"build:web": "webpack --config webpack.config.ts",
"prepublishOnly": "npm run build && npm run build:web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cocon/Leaflet.CommunityGeoCoder.git"
},
"keywords": [
"geocoding",
"leaflet-plugin"
],
"author": "Torichan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cocon/Leaflet.CommunityGeoCoder/issues"
},
"homepage": "https://github.com/Cocon/Leaflet.CommunityGeoCoder#readme",
"devDependencies": {
"@types/leaflet": "^1.7.9",
"leaflet": "^1.8.0",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"typescript": "5.1.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}