| 1 | { |
| 2 | "name": "@html-video/content-graph", |
| 3 | "version": "0.1.0", |
| 4 | "description": "Content graph: structured intermediate representation between user intent and rendered HTML frames (RFC-06)", |
| 5 | "license": "Apache-2.0", |
| 6 | "type": "module", |
| 7 | "main": "./dist/index.js", |
| 8 | "types": "./dist/index.d.ts", |
| 9 | "exports": { |
| 10 | ".": { |
| 11 | "import": "./dist/index.js", |
| 12 | "types": "./dist/index.d.ts" |
| 13 | } |
| 14 | }, |
| 15 | "files": ["dist", "README.md"], |
| 16 | "scripts": { |
| 17 | "build": "tsc -p tsconfig.json", |
| 18 | "typecheck": "tsc -p tsconfig.json --noEmit" |
| 19 | }, |
| 20 | "devDependencies": { |
| 21 | "typescript": "^5.7.2" |
| 22 | } |
| 23 | } |
| 24 |