2d847e154f
中华文明全图鉴——文物全图系统(PC Web 地图 + NestJS API + 管理后台)。 含三大 IP(文物南迁北归 / 国宝海外回归 / 博物馆手艺人)、AI 文物对话、 文物地图与详情、以及 demo-video-kit 演示视频生成工具。
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "@wenwumap/shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit",
|
|
"lint": "eslint src --ext .ts"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|