learning_ai_common_plat/packages/errors/package.json
root daabd37c78
All checks were successful
CI — Common Platform / Build, Test & Typecheck (push) Successful in 3m33s
Publish @bytelyst/* packages / publish (push) Successful in 2m27s
ci: verify published packages as consumers
2026-05-25 06:20:30 +00:00

21 lines
350 B
JSON

{
"name": "@bytelyst/errors",
"version": "0.1.9",
"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"
}
}