learning_ai_common_plat/packages/errors/package.json
root aea57e1376
Some checks failed
CI — Common Platform / Build, Test & Typecheck (push) Failing after 4s
CI — Common Platform / Publish @bytelyst/* to Gitea npm registry (push) Has been skipped
chore: release @bytelyst/errors v0.1.8
2026-05-25 05:58:48 +00:00

21 lines
350 B
JSON

{
"name": "@bytelyst/errors",
"version": "0.1.8",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run --pool forks"
}
}