19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"name": "DictaTask",
|
|
"version": "1.0.0",
|
|
"description": "Voice Memos to Structured Tasks",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc && node --test dist/test/*.js && vite build",
|
|
"test": "node --test dist/test/*.js",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.0.0-beta.26",
|
|
"@types/chrome": "^0.0.268",
|
|
"@types/node": "^26.0.0",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^5.3.0"
|
|
}
|
|
}
|