-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 782 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 782 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
{
"name": "maplibre-gl-layers-root",
"private": true,
"description": "MapLibre's layer extension library enabling the display, movement, and modification of large numbers of dynamic sprite images",
"author": "Kouji Matsui (@kekyo@mi.kekyo.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kekyo/maplibre-gl-layers.git"
},
"homepage": "https://github.com/kekyo/maplibre-gl-layers#readme",
"readme": "README_pack.md",
"workspaces": [
"maplibre-gl-layers",
"demo"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"pack": "npm run pack --workspaces",
"dev": "npm run dev --workspaces"
},
"devDependencies": {
"@playwright/test": ">=1.56.0"
}
}