2023-12-23 12:08:55 +03:00
|
|
|
{
|
|
|
|
"name": "twenty-website",
|
2024-05-27 17:07:38 +03:00
|
|
|
"version": "0.12.1",
|
2023-12-23 12:08:55 +03:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-01-04 18:39:57 +03:00
|
|
|
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",
|
2024-04-19 19:28:02 +03:00
|
|
|
"dev": "npx next dev",
|
|
|
|
"build": "npx next build",
|
|
|
|
"start": "npx next start",
|
|
|
|
"lint": "npx next lint",
|
2024-05-21 23:56:25 +03:00
|
|
|
"github:sync": "npx tsx src/github/github-sync.ts",
|
|
|
|
"github:init": "npx tsx src/github/github-sync.ts --isFullSync",
|
2024-04-24 10:44:44 +03:00
|
|
|
"database:migrate": "npx tsx src/database/migrate-database.ts",
|
2024-04-24 18:02:02 +03:00
|
|
|
"database:generate:pg": "npx drizzle-kit generate:pg --config=src/database/drizzle-posgres.config.ts"
|
2024-02-14 19:53:50 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"postgres": "^3.4.3"
|
2023-12-23 12:08:55 +03:00
|
|
|
}
|
|
|
|
}
|