-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1007 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
28
29
30
31
32
33
34
35
{
"name": "sichuan-digital-twin-dashboard",
"version": "1.0.0",
"description": "A lightweight Sichuan digital twin operation dashboard with canvas map rendering, realtime simulation, bilingual documentation and zero runtime dependencies.",
"type": "module",
"private": false,
"scripts": {
"dev": "npx http-server . -c-1 -p 4173",
"preview": "npx http-server . -c-1 -p 4173",
"check": "node scripts/check-project.mjs"
},
"keywords": [
"digital-twin",
"dashboard",
"data-visualization",
"canvas",
"geojson",
"sichuan",
"smart-city",
"large-screen"
],
"author": "",
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidsun1234/sichuan-digital-twin-dashboard.git"
},
"bugs": {
"url": "https://github.com/davidsun1234/sichuan-digital-twin-dashboard/issues"
},
"homepage": "https://davidsun1234.github.io/sichuan-digital-twin-dashboard/"
}