chore: fix up the scaffolding

This commit is contained in:
2026-01-21 16:08:44 -08:00
parent 2352f45794
commit 5003386577
4 changed files with 18 additions and 31 deletions
+10 -15
View File
@@ -1,27 +1,22 @@
{
"name": "rondelle",
"version": "1.0.0",
"version": "0.0.0",
"description": "",
"main": "./dist/index.js",
"type": "module",
"main": "./prod/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "op run --env-file=prod.env -- node prod/index.js",
"lint": "eslint src --max-warnings 0",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.1",
"author": "Naomi Carrigan <contact@nhcarrigan.com>",
"license": "See LICENSE.md",
"type": "module",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.10.7",
"eslint": "9.19.0",
"@nhcarrigan/typescript-config": "1.0.0",
"@types/node": "22.10.6",
"typescript": "5.7.3"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
}
}