bc7938e002
Add a new script to enable the calendar and notification applications by default, along with documentation updates. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1fea5b6b-097a-4339-854f-f1a5d338a14c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/1WKAcHk Replit-Helium-Checkpoint-Created: true
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "@workspace/scripts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"hello": "tsx ./src/hello.ts",
|
|
"seed": "tsx ./src/seed.ts",
|
|
"remove-chat": "tsx ./src/remove-chat.ts",
|
|
"enable-default-apps": "tsx ./src/enable-default-apps.ts",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"test": "node --test 'tests/**/*.test.mjs'"
|
|
},
|
|
"dependencies": {
|
|
"@workspace/db": "workspace:*",
|
|
"drizzle-orm": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/node": "catalog:",
|
|
"bcryptjs": "^3.0.3",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|