You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/apps/hq/package.json

30 lines
723 B
JSON

{
"name": "@sims/hq",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "node build-server.mjs",
"start": "npm run build && node dist/server.cjs",
"import": "tsx src/import-apex.ts",
"import:full": "tsx scripts/import-apex-full.ts",
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@sims/auth": "*",
"@sims/billing-engine": "*",
"@sims/domain": "*",
"better-sqlite3": "^11.7.0",
"express": "^4.21.0",
"pg": "^8.22.0",
"puppeteer": "^23.11.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/express": "^4.17.21",
"@types/pg": "^8.20.0",
"esbuild": "^0.25.0",
"tsx": "^4.19.0"
}
}