generated from nhcarrigan/template
feat: set up initial project infrastructure
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user