RhythmCal MVP: Energy-Aware AI Scheduler Chrome extension
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "rhythmcal",
|
||||
"version": "1.0.0",
|
||||
"description": "Energy-Aware AI Scheduler for Chrome",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"test": "node --test dist/test/**/*.test.js",
|
||||
"lint": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"date-fns": "^3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@crxjs/vite-plugin": "^2.0.0-beta.28",
|
||||
"@types/chrome": "^0.0.268",
|
||||
"@types/node": "^20.14.0",
|
||||
"typescript": "^5.4.0",
|
||||
"vite": "^5.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user