| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@deepseek-ai/dsh-root",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "packageManager": "yarn@4.14.1",
- "engines": {
- "node": ">=24"
- },
- "workspaces": [
- "vendor/*",
- "packages/*"
- ],
- "scripts": {
- "build": "tsc -b tsconfig.build.json && tsx scripts/build.ts",
- "typecheck": "tsc -b tsconfig.build.json && tsc -p tsconfig.typecheck.json",
- "lint": "eslint .",
- "lint:fix": "eslint . --fix",
- "test": "vitest run",
- "test:coverage": "vitest run --coverage",
- "knip": "knip",
- "publint": "tsx scripts/publint-all.ts",
- "hygiene": "yarn knip && yarn publint && yarn constraints",
- "demo": "node --expose-internals --import tsx examples/echo-agent/start.ts",
- "postinstall": "lefthook install"
- },
- "devDependencies": {
- "@stylistic/eslint-plugin": "^5.10.0",
- "@types/node": "^25.3.5",
- "@vitest/coverage-v8": "^4.1.8",
- "@yarnpkg/types": "^4.0.1",
- "dumble": "^0.2.3",
- "eslint": "^10.4.1",
- "knip": "^6.16.1",
- "lefthook": "^2.1.9",
- "publint": "^0.3.21",
- "tsx": "^4.22.4",
- "typescript": "^6.0.3",
- "typescript-eslint": "^8.61.0",
- "vite-tsconfig-paths": "^6.1.1",
- "vitest": "^4.1.8"
- }
- }
|