-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "@equalstreetnames/global",
"description": "EqualStreetNames global map",
"license": "MIT",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/EqualStreetNames/equalstreetnames.git"
},
"bugs": "https://github.com/EqualStreetNames/equalstreetnames/issues",
"homepage": "https://equalstreetnames.be/",
"devDependencies": {
"@eslint/css": "^1.1.0",
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.2.0",
"@parcel/transformer-typescript-tsc": "^2.16.4",
"@turf/turf": "^7.3.4",
"commander": "^14.0.3",
"eslint": "^10.2.0",
"globals": "^17.4.0",
"parcel": "^2.16.4",
"shelljs": "^0.10.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1"
},
"scripts": {
"build": "node build.cjs",
"parcel:build": "parcel build src/index.html",
"parcel:serve": "parcel serve src/index.html",
"eslint": "eslint src/**/*.{css,ts} cities.json",
"eslint:fix": "eslint --fix src/**/*.{css,ts} cities.json"
},
"dependencies": {
"maplibre-gl": "^5.22.0"
}
}