forked from maplibre/maplibre-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
37
38
{
"name": "maplibre-native",
"version": "5.4.0",
"description": "",
"keywords": [],
"files": [],
"main": "index.js",
"license": "BSD-2-Clause",
"dependencies": {
"@actions/core": "^3.0.0",
"@maplibre/maplibre-gl-style-spec": "^24.7.0",
"minimatch": "^10.2.4",
"npm-run-all": "^4.1.5",
"simple-git": "^3.33.0"
},
"devDependencies": {
"@aws-sdk/client-device-farm": "^3.1006.0",
"@aws-sdk/client-s3": "^3.1006.0",
"@mapbox/flow-remove-types": "^2.0.0",
"@mapbox/mvt-fixtures": "3.10.0",
"@octokit/rest": "^22.0.1",
"@types/ejs": "^3.1.5",
"@types/node": "^25.4.0",
"csscolorparser": "^1.0.3",
"ejs": "^5.0.1",
"express": "^5.2.1",
"lodash": "^4.17.23",
"@mapbox/mapbox-gl-styles": "2.1.1",
"typescript": "^5.9.3"
},
"scripts": {
"copy-style-spec": "cp node_modules/@maplibre/maplibre-gl-style-spec/dist/latest.json scripts/style-spec-reference/v8.json"
},
"type": "module",
"pnpm": {
"onlyBuiltDependencies": []
}
}