-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 830 Bytes
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": "hallownest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node main-node.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrtexe/hallownest.git"
},
"imports": {
"leaflet": {
"import": "./dist/libs/leaflet/2.0.0-a1/leaflet.js",
"types": "./dist/libs/leaflet/2.0.0-a1/leaflet.d.ts"
}
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vrtexe/hallownest/issues"
},
"homepage": "https://github.com/vrtexe/hallownest#readme",
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/node": "^25.2.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 2
}
}