Files
rondelle/package.json
T
2026-01-21 16:08:44 -08:00

23 lines
587 B
JSON

{
"name": "rondelle",
"version": "0.0.0",
"description": "",
"main": "./prod/index.js",
"scripts": {
"build": "tsc",
"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": "Naomi Carrigan <contact@nhcarrigan.com>",
"license": "See LICENSE.md",
"type": "module",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "1.0.0",
"@types/node": "22.10.6",
"typescript": "5.7.3"
}
}