learning_ai_common_plat/packages/errors/package.json

21 lines
350 B
JSON

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