Files

27 lines
628 B
JSON
Raw Permalink Normal View History

{
"name": "@snapotter/doc-engine",
2026-07-27 22:09:31 +08:00
"version": "2.2.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"lint": "biome check src/ tests/",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:mutation": "stryker run",
"clean": "rm -rf dist"
},
"dependencies": {
"@snapotter/ai": "workspace:*",
"@snapotter/shared": "workspace:*"
},
"devDependencies": {
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/vitest-runner": "^9.6.1",
"typescript": "^5.7.0",
"vitest": "^3.2.6"
},
"license": "AGPL-3.0"
}