refactor: reorganize package.json structure and update metadata
This commit is contained in:
parent
cbe00a93e8
commit
fdc6c71beb
1 changed files with 22 additions and 21 deletions
|
|
@ -1,7 +1,24 @@
|
|||
{
|
||||
"ct3aMetadata": {
|
||||
"initVersion": "7.9.0"
|
||||
"name": "infoalloggi",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"d": "npm run-p dev stripe-dev -cl",
|
||||
"dev": "node ./headers/dev.js && next dev --turbopack",
|
||||
"dev-https": "node ./headers/dev-https.js && cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' INTERNAL_BASE_URL='https://localhost:3000' next dev --experimental-https --turbopack",
|
||||
"email": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' email dev --port 3500",
|
||||
"idev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
|
||||
"knip": "knip --no-exit-code",
|
||||
"lint": "node ./headers/lint.js && biome lint && node check-env-vars.js",
|
||||
"pg-typegen": "node ./headers/pg-typegen.js && npx kanel",
|
||||
"start": "next start",
|
||||
"stripe-dev": "stripe listen --forward-to https://localhost:3000/api/stripe-webhook",
|
||||
"test": "npm run lint && npm run types",
|
||||
"test-kr": "node ./kyselyRules/rules/select.test.js && node ./kyselyRules/rules/where.test.js&& node ./kyselyRules/rules/null.test.js",
|
||||
"types": "node ./headers/type.js && tsc --noEmit"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
|
||||
"dependencies": {
|
||||
"@fattureincloud/fattureincloud-ts-sdk": "^2.1.1",
|
||||
"@hookform/resolvers": "^5.2.1",
|
||||
|
|
@ -106,23 +123,7 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"name": "infoalloggi",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"d": "npm run-p dev stripe-dev -cl",
|
||||
"dev": "node ./headers/dev.js && next dev --turbopack",
|
||||
"dev-https": "node ./headers/dev-https.js && cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' INTERNAL_BASE_URL='https://localhost:3000' next dev --experimental-https --turbopack",
|
||||
"email": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' email dev --port 3500",
|
||||
"idev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
|
||||
"knip": "knip --no-exit-code",
|
||||
"lint": "node ./headers/lint.js && biome lint && node check-env-vars.js",
|
||||
"pg-typegen": "node ./headers/pg-typegen.js && npx kanel",
|
||||
"start": "next start",
|
||||
"stripe-dev": "stripe listen --forward-to https://localhost:3000/api/stripe-webhook",
|
||||
"test": "npm run lint && npm run types",
|
||||
"test-kr": "node ./kyselyRules/rules/select.test.js && node ./kyselyRules/rules/where.test.js&& node ./kyselyRules/rules/null.test.js",
|
||||
"types": "node ./headers/type.js && tsc --noEmit"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
"ct3aMetadata": {
|
||||
"initVersion": "7.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue