feat: set up initial project infrastructure

This commit is contained in:
2025-05-09 16:42:54 -07:00
parent 683516dbb7
commit 73995a495d
35 changed files with 12606 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "nutrition-tracker",
"version": "0.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"eslint": "9.26.0",
"turbo": "2.5.3"
}
}