-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 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
39
40
41
42
43
44
{
"name": "earthatile",
"version": "1.0.0",
"description": "Engine-agnostic runtime for 3D Tiles geospatial datasets",
"main": "src/index.mjs",
"scripts": {
"build": "rollup -c",
"lint": "eslint src integrations",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playcanvas/earthatile.git"
},
"keywords": [
"earthatile",
"geospatial",
"geolocation",
"gltf",
"google-maps",
"playcanvas",
"webgl",
"webgpu"
],
"author": "PlayCanvas <support@playcanvas.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/playcanvas/earthatile/issues"
},
"homepage": "https://github.com/playcanvas/earthatile#readme",
"files": [
"dist",
"integrations",
"src"
],
"devDependencies": {
"@playcanvas/eslint-config": "^2.1.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.2",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"rollup": "^4.52.4"
}
}