learning_ai_common_plat/packages/errors/package.json
root e3b20446ec
All checks were successful
CI — Common Platform / Build, Test & Typecheck (push) Successful in 3m53s
Publish @bytelyst/* packages / publish (push) Successful in 4m14s
ci: fix consumer verification path
2026-05-25 06:27:55 +00:00

21 lines
351 B
JSON

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