-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 875 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
{
"name": "pulsemap",
"version": "0.1.0",
"description": "Turn geospatial data into animated maps. Point it at a GeoJSON, say which fields drive width, colour and the pulse, and get a 4K loop.",
"license": "MIT",
"author": "OpusDevs <opusdevs@proton.me>",
"repository": {
"type": "git",
"url": "https://github.com/GeoCodeCrafter/pulsemap.git"
},
"type": "module",
"scripts": {
"render": "node scripts/render.mjs",
"rivers": "node scripts/rivers.mjs",
"quakes": "node scripts/quakes.mjs",
"cyclones": "node scripts/cyclones.mjs",
"geo": "node scripts/trim-geo.mjs",
"powerplants": "node scripts/powerplants.mjs",
"lakes": "node scripts/lakes.mjs",
"glaciers": "node scripts/glaciers.mjs",
"co2": "node scripts/co2.mjs"
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"shapefile": "^0.6.6"
}
}