-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ai-powered-task-prioritization-app",
"version": "1.0.0",
"description": "A smart to-do list application that uses artificial intelligence to analyze and prioritize your tasks based on urgency, importance, and context. Built with Node.js, Express.js, and modern web technologies.",
"main": "index.js",
"scripts": {
"install:all": "npm --prefix backend install && npm --prefix client install",
"postinstall": "npm run install:all",
"dev": "concurrently -n backend,client -c green,blue \"npm --prefix backend run dev\" \"npm --prefix client run dev\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shafikul-dev/AI-Powered-Task-Prioritization-App.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shafikul-dev/AI-Powered-Task-Prioritization-App/issues"
},
"homepage": "https://github.com/shafikul-dev/AI-Powered-Task-Prioritization-App#readme",
"devDependencies": {
"concurrently": "^9.2.1"
}
}