Skip to content

Commit b7e3a80

Browse files
committed
fix: add root package.json and update package-lock.json
- Add root package.json with basic configuration - Update package-lock.json to match root package.json - Set up proper package structure for monorepo
1 parent ceeb445 commit b7e3a80

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "task_tower",
3+
"version": "0.0.9",
4+
"description": "Task Tower Application",
5+
"private": true,
6+
"scripts": {
7+
"start": "echo \"Run \"npm run dev\" in server directory and \"npm run start\" in client directory\"",
8+
"dev": "echo \"Run \"npm run dev\" in server directory and \"npm run start\" in client directory\""
9+
},
10+
"dependencies": {},
11+
"devDependencies": {}
12+
}

0 commit comments

Comments
 (0)