build: establish strict TypeScript workspace
This commit is contained in:
+19
-3
@@ -2,14 +2,30 @@
|
||||
"name": "multi-simadmin",
|
||||
"version": "0.1.0",
|
||||
"description": "Config-driven dashboard to manage multiple SimAdmin instances from one page",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@11.13.0",
|
||||
"scripts": {
|
||||
"start": "node server/index.js",
|
||||
"dev": "node --watch server/index.js",
|
||||
"test": "node --test"
|
||||
"test": "node --test test/*.test.js packages/operation-registry/test/*.test.ts packages/test-fixtures/test/*.test.ts",
|
||||
"test:legacy": "node --test test/*.test.js",
|
||||
"test:unit": "vitest run",
|
||||
"test:contract": "node --test packages/operation-registry/test/*.test.ts",
|
||||
"lint": "eslint apps packages/contracts test/phase-one-workspace.test.js eslint.config.js vitest.config.ts",
|
||||
"format:check": "prettier --check apps packages/contracts test/phase-one-workspace.test.js eslint.config.js vitest.config.ts tsconfig.base.json pnpm-workspace.yaml package.json",
|
||||
"typecheck": "corepack pnpm --recursive --if-present run typecheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/static": "^9.1.3",
|
||||
"fastify": "^5.6.2"
|
||||
"@fastify/static": "9.1.3",
|
||||
"fastify": "5.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.39.2",
|
||||
"eslint": "9.39.2",
|
||||
"prettier": "3.8.1",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.53.0",
|
||||
"vitest": "4.0.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user