-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 888 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
35
{
"name": "osm-note-viewer",
"version": "0.0.0",
"description": "Browse results of OSM API note requests",
"type": "module",
"scripts": {
"build": "node build.js",
"test": "mocha --recursive"
},
"author": "Anton Khorev",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-virtual": "^3.0.2",
"@types/leaflet": "^1.9.12",
"fake-indexeddb": "^6.0.0",
"jsdom": "^23.2.0",
"mocha": "^10.7.3",
"puppeteer": "^23.3.0",
"rollup": "^4.21.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonKhorev/osm-note-viewer.git"
},
"keywords": [
"osm"
],
"bugs": {
"url": "https://github.com/AntonKhorev/osm-note-viewer/issues"
},
"homepage": "https://github.com/AntonKhorev/osm-note-viewer#readme"
}