返回 html-video
package.json
根目录 / packages / project-studio / package.json
1 {
2 "name": "@html-video/project-studio",
3 "version": "0.1.0",
4 "description": "Browser studio UI for html-video — three-pane projects / assets / template+preview",
5 "license": "Apache-2.0",
6 "type": "module",
7 "files": ["public", "README.md"],
8 "exports": {
9 "./public": "./public/index.html"
10 },
11 "scripts": {
12 "build": "echo 'project-studio is static; nothing to build'",
13 "typecheck": "echo 'project-studio is static html'"
14 }
15 }
16
16 lines JSON