|
|
@@ -50698,6 +50698,7 @@
|
|
|
"dotenv": "^16.4.5",
|
|
|
"fs-extra": "^11.2.0",
|
|
|
"picocolors": "^1.0.0",
|
|
|
+ "strip-json-comments": "^5.0.2",
|
|
|
"ts-morph": "^21.0.1",
|
|
|
"ts-node": "^10.9.2",
|
|
|
"tsconfig-paths": "^4.2.0"
|
|
|
@@ -50707,6 +50708,8 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@vendure/core": "3.3.7",
|
|
|
+ "@vendure/testing": "3.3.7",
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
"typescript": "5.8.2"
|
|
|
},
|
|
|
"funding": {
|
|
|
@@ -50722,6 +50725,18 @@
|
|
|
"node": ">=16"
|
|
|
}
|
|
|
},
|
|
|
+ "packages/cli/node_modules/strip-json-comments": {
|
|
|
+ "version": "5.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.2.tgz",
|
|
|
+ "integrity": "sha512-4X2FR3UwhNUE9G49aIsJW5hRRR3GXGTBTZRMfv568O60ojM8HcWjV/VxAxCDW3SUND33O6ZY66ZuRcdkj73q2g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"packages/common": {
|
|
|
"name": "@vendure/common",
|
|
|
"version": "3.3.7",
|