mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 04:53:26 +00:00
feat: update package.json for Palmr v2.1-beta release
- Updated version to "2.1-beta" for both server and frontend applications. - Changed project names to "palmr-api" and "palmr-frontend". - Added descriptions, author information, keywords, and license details. - Specified package manager version as "pnpm@10.6.0" for both applications.
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
{
|
||||
"name": "palmr-api",
|
||||
"version": "1.1.6",
|
||||
"description": "",
|
||||
"version": "2.1-beta",
|
||||
"description": "API for Palmr",
|
||||
"private": true,
|
||||
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
||||
"keywords": [
|
||||
"palmr",
|
||||
"api",
|
||||
"backend",
|
||||
"server",
|
||||
"nodejs",
|
||||
"typescript"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"packageManager": "pnpm@10.6.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/server.ts",
|
||||
@@ -16,9 +28,6 @@
|
||||
"prisma": {
|
||||
"seed": "node prisma/seed.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.817.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.817.0",
|
||||
|
||||
@@ -1,7 +1,18 @@
|
||||
{
|
||||
"name": "palmr-app-v2",
|
||||
"version": "2.0.0",
|
||||
"name": "palmr-frontend",
|
||||
"version": "2.1-beta",
|
||||
"description": "Frontend for Palmr",
|
||||
"private": true,
|
||||
"author": "Daniel Luiz Alves <daniel@kyantech.com.br>",
|
||||
"keywords": [
|
||||
"palmr",
|
||||
"frontend",
|
||||
"nextjs",
|
||||
"react",
|
||||
"typescript"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"packageManager": "pnpm@10.6.0",
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
@@ -65,4 +76,4 @@
|
||||
"tailwindcss": "4.1.2",
|
||||
"typescript": "5.8.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user