@intlayer/backend 6.0.0-canary.3 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/backend",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer Backend is a an application that allow you to manage your Intlayer content and interact with the intlayer editor.",
|
|
6
6
|
"keywords": [
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"compression": "^1.8.1",
|
|
62
62
|
"cookie-parser": "^1.4.7",
|
|
63
63
|
"cors": "^2.8.5",
|
|
64
|
+
"cross-env": "^7.0.3",
|
|
64
65
|
"deepmerge": "^4.3.1",
|
|
65
66
|
"dotenv": "^16.6.1",
|
|
66
67
|
"express": "^5.1.0",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"stripe": "^18.5.0",
|
|
77
78
|
"validator": "^13.15.15",
|
|
78
79
|
"winston": "^3.17.0",
|
|
79
|
-
"express-intlayer": "6.0.0
|
|
80
|
+
"express-intlayer": "6.0.0"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
82
83
|
"@types/body-parser": "^1.19.6",
|
|
@@ -99,14 +100,14 @@
|
|
|
99
100
|
"tsx": "^4.19.4",
|
|
100
101
|
"typescript": "^5.9.2",
|
|
101
102
|
"vitest": "^3.2.4",
|
|
102
|
-
"@intlayer/config": "6.0.0
|
|
103
|
-
"@intlayer/docs": "6.0.0
|
|
103
|
+
"@intlayer/config": "6.0.0",
|
|
104
|
+
"@intlayer/docs": "6.0.0",
|
|
104
105
|
"@utils/ts-config": "1.0.4",
|
|
105
|
-
"@utils/eslint-config": "1.0.4",
|
|
106
|
-
"@intlayer/core": "6.0.0-canary.3",
|
|
107
106
|
"@utils/ts-config-types": "1.0.4",
|
|
107
|
+
"@utils/eslint-config": "1.0.4",
|
|
108
108
|
"@utils/tsup-config": "1.0.4",
|
|
109
|
-
"intlayer": "6.0.0
|
|
109
|
+
"intlayer": "6.0.0",
|
|
110
|
+
"@intlayer/core": "6.0.0"
|
|
110
111
|
},
|
|
111
112
|
"scripts": {
|
|
112
113
|
"build": "pnpm clean & pnpm build:ci",
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
"lint:fix": "eslint . --cache --fix",
|
|
122
123
|
"prettier": "prettier . --check",
|
|
123
124
|
"prettier:fix": "prettier . --write",
|
|
124
|
-
"start": "NODE_ENV=production node dist/esm/index.mjs",
|
|
125
|
+
"start": "cross-env NODE_ENV=production node dist/esm/index.mjs",
|
|
125
126
|
"start:docker": "docker run --rm -p 3100:3100 --name intlayer-backend-app intlayer-backend",
|
|
126
127
|
"start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe",
|
|
127
128
|
"test": "vitest run",
|