24 lines
602 B
JSON
24 lines
602 B
JSON
{
|
|
"name": "@html-video/content-graph",
|
|
"version": "0.1.0",
|
|
"description": "Content graph: structured intermediate representation between user intent and rendered HTML frames (RFC-06)",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": ["dist", "README.md"],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|