18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"name": "npmusage",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "parcel index.html",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"leaflet": "^1.9.2",
|
|
"lodash-es": "^4.17.21",
|
|
"parcel": "^2.8.0"
|
|
},
|
|
"type": "module"
|
|
}
|