generated from nhcarrigan/template
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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.8.2",
|
||||
"vitest": "3.0.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"fastify": "5.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user