15 lines
344 B
JSON
Executable file
15 lines
344 B
JSON
Executable file
{
|
|
"name": "@conversation-assistant/shared",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Shared types for conversation-assistant feature",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|