-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "@coconmap/leaflet.cocodoco",
"version": "0.0.2",
"description": "Leaflet plugin to show geographic informations of the place you clicked",
"main": "dist/index.js",
"scripts": {
"copyfiles": "cp src/compass.svg src/trush.svg src/style.css dist",
"build": "rm -rf ./dist && tsc && npm run copyfiles",
"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.CocoDoco.git"
},
"keywords": [
"leaflet"
],
"author": "YUUKIToriyama <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cocon/Leaflet.CocoDoco/issues"
},
"homepage": "https://github.com/Cocon/Leaflet.CocoDoco#readme",
"devDependencies": {
"@types/leaflet": "^1.7.6",
"@types/node": "^16.11.9",
"css-loader": "^6.5.1",
"leaflet": "^1.7.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
}
}