21 lines
599 B
JSON
21 lines
599 B
JSON
{
|
|
"name": "@unidesk/todo-note",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"check": "bun --check src/index.ts && bun --check src/repository.ts && bun --check src/git-storage.ts && bun --check src/reminder-notifier.ts && bun --check scripts/export-postgres.ts && bun --check scripts/pack-import.ts"
|
|
},
|
|
"dependencies": {
|
|
"express": "latest",
|
|
"postgres": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/express": "latest",
|
|
"@types/node": "latest",
|
|
"typescript": "latest"
|
|
}
|
|
}
|