You've already forked byos_node_lite
mirror of
https://github.com/usetrmnl/byos_node_lite.git
synced 2026-04-29 13:42:38 -07:00
33 lines
794 B
JSON
33 lines
794 B
JSON
{
|
|
"name": "byos_node_lite",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"start": "tsx --env-file=.env.local src/Main.ts",
|
|
"watch": "tsx watch --env-file=.env.local src/Main.ts",
|
|
"test": "tsc && vitest run"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"jimp": "^1.6.0",
|
|
"liquidjs": "^10.21.1",
|
|
"puppeteer": "^24.34.0",
|
|
"react": "^19.1.2",
|
|
"react-dom": "^19.1.2",
|
|
"tsx": "^4.19.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.1",
|
|
"@types/node": "^22.15.18",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@types/supertest": "^6.0.3",
|
|
"supertest": "^7.1.1",
|
|
"typescript": "^5.8.3",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.1"
|
|
}
|
|
} |