Files
dsa/package.json
T
minori 26c4b547bd
Node.js CI / CI (pull_request) Successful in 41s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m39s
deps: update @vitest/coverage-v8 to 4.0.18
2026-02-04 08:50:54 -08:00

29 lines
669 B
JSON

{
"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.18",
"eslint": "9.39.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
"vitest": "4.0.10"
}
}