learning_ai_common_plat/packages/extraction/package.json

28 lines
594 B
JSON

{
"name": "@bytelyst/extraction",
"version": "0.1.0",
"type": "module",
"description": "Shared types and client for the extraction service",
"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"
},
"peerDependencies": {
"@bytelyst/api-client": "workspace:*"
},
"publishConfig": {
"registry": "https://gitea.bytelyst.com/api/packages/ByteLyst/npm/"
}
}