-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 856 Bytes
/
package.json
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
{
"name": "create-cesium",
"version": "1.2.9",
"license": "MIT",
"author": "nshen <[email protected]>",
"bin": {
"create-cesium": "index.js",
"create-cesium-app": "index.js",
"ccesium": "index.js"
},
"main": "index.js",
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"Cesium",
"cesium vue",
"cesium react",
"cesium starter",
"cesium scaffolding",
"cesium webpack",
"create cesium",
"cesium es6",
"vite",
"vite plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nshen/create-cesium.git"
},
"bugs": {
"url": "https://github.com/nshen/create-cesium/issues"
},
"homepage": "https://github.com/nshen/create-cesium/tree/main#readme",
"dependencies": {
"enquirer": "^2.3.6",
"kolorist": "^1.2.9",
"minimist": "^1.2.5"
}
}