Files
mommy/package.json
minori 024769c2b7
Node.js CI / CI (pull_request) Successful in 37s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m34s
deps: update typescript to 5.9.3
2026-02-04 08:23:22 -08:00

32 lines
755 B
JSON

{
"name": "mommy",
"version": "0.0.0",
"description": "",
"main": "prod/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"lint": "eslint src test --max-warnings 0",
"start": "node prod/index.js",
"test": "rm -rf prod && vitest run --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.13.9",
"@vitest/coverage-istanbul": "3.0.8",
"eslint": "9.21.0",
"string-comparison": "1.3.0",
"typescript": "5.9.3",
"vitest": "3.0.8"
},
"dependencies": {
"fastify": "5.2.1"
}
}