add typst.ts

This commit is contained in:
2025-11-11 09:13:38 -08:00
parent 9ae44d97bf
commit 791b6e44ac
5 changed files with 41 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "testy",
"name": "testpdf",
"module": "index.ts",
"type": "module",
"private": true,
@@ -7,9 +7,10 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.3"
},
"dependencies": {
"@myriaddreamin/typst-ts-node-compiler": "^0.7.0-rc1"
"@myriaddreamin/typst-ts-node-compiler": "^0.6.1-rc5",
"@myriaddreamin/typst.ts": "^0.6.1-rc5"
}
}