mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"name": "@snapotter/doc-engine",
|
|
"version": "1.17.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "biome check src/",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@snapotter/ai": "workspace:*",
|
|
"@snapotter/shared": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.2.6"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|