feat: add schema exports and release version 0.1.0

This commit is contained in:
2025-03-20 04:21:58 +08:00
parent 2bc20426b6
commit 510592a8c5
4 changed files with 725 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "konoebml",
"version": "0.1.0-rc.8",
"version": "0.1.0",
"description": "A modern JavaScript implementation of EBML RFC8794",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -36,22 +36,31 @@
"format",
"rfc8794"
],
"peerDependencies": {
"arktype": "^2.0.0"
},
"peerDependenciesMeta": {
"arktype": {
"optional": true
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rslib/core": "^0.5.3",
"@swc/core": "^1.11.8",
"@rslib/core": "^0.5.4",
"@swc/core": "^1.11.11",
"@types/jasmine": "^5.1.7",
"@types/node": "^22.13.10",
"@vitest/coverage-v8": "^3.0.8",
"@vitest/coverage-v8": "^3.0.9",
"arktype": "^2.1.10",
"cross-env": "^7.0.3",
"happy-dom": "^17.4.3",
"happy-dom": "^17.4.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"ultracite": "^4.1.21",
"unplugin-swc": "^1.5.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.8"
"vitest": "^3.0.9"
},
"contributors": [
"Yeheng Zhou <master@evernightfireworks.com>",