34 lines
794 B
JSON
34 lines
794 B
JSON
{
|
|
"name": "flip-flip-flip",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22.18"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./src/back/index.ts",
|
|
"build": "tsc",
|
|
"start:dev": "tsc --watch --preserveWatchOutput & node --watch --watch-preserve-output ./src/back/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/dom-navigation": "^1.0.7",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/papaparse": "^5.5.2",
|
|
"lit": "^3.3.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.3.1",
|
|
"h3": "^2.0.1-rc.17",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"papaparse": "^5.5.3",
|
|
"temporal-polyfill": "^0.3.2",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|