21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"name": "@logger/sdk",
|
|
"version": "0.2.2",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@logger/shared-schema": "workspace:*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "vitest run --root ../.. packages/sdk/src"
|
|
}
|
|
}
|