{ "name": "dsa", "version": "1.0.0", "description": "", "main": "prod/index.js", "type": "module", "scripts": { "build": "tsc", "start": "tsx src/index.ts", "lint": "eslint src --max-warnings 0", "test": "vitest run --coverage" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.22.0", "devDependencies": { "@nhcarrigan/eslint-config": "5.2.0", "@nhcarrigan/typescript-config": "4.0.0", "@type-challenges/utils": "0.1.1", "@types/node": "24.10.1", "@vitest/coverage-v8": "4.0.10", "eslint": "9.39.1", "tsx": "4.20.6", "typescript": "5.9.3", "vitest": "4.0.10" } }