@incubateur-ademe/nosgestesclimat 3.4.0 → 3.4.3
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incubateur-ademe/nosgestesclimat",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "Le modèle de calcul d'empreinte climat individuelle de consommation",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"dev": "bun dev-server.ts",
|
|
18
18
|
"doc": "yarn --cwd quick-doc run dev",
|
|
19
|
-
"
|
|
19
|
+
"clean": "rimraf public/*.json && rimraf types/ && rimraf nosgestesclimat.model.json && rimraf index.js",
|
|
20
|
+
"package": "yarn clean && yarn compile && node prepack.mjs",
|
|
20
21
|
"compile:md": "node scripts/rulesToJSON.mjs --markdown && node scripts/personasToJSON.js --markdown && node scripts/migrationToJSON.mjs --markdown",
|
|
21
22
|
"compile": "node scripts/rulesToJSON.mjs && node scripts/personasToJSON.js && node scripts/migrationToJSON.mjs && node scripts/uiToJSON.mjs node -e \"console.log('➡️ Compilation done \\n')\"",
|
|
22
23
|
"compile:fr": "node scripts/rulesToJSON.mjs -o FR && node scripts/personasToJSON.js",
|
|
@@ -82,13 +83,14 @@
|
|
|
82
83
|
"prompt-sync": "^4.2.0",
|
|
83
84
|
"publicodes": "1.4.0",
|
|
84
85
|
"ramda": "^0.29.1",
|
|
86
|
+
"rimraf": "^6.0.1",
|
|
85
87
|
"socket.io": "^4.7.4",
|
|
86
88
|
"socket.io-client": "^4.7.4",
|
|
87
89
|
"yaml": "^2.2.2",
|
|
88
90
|
"yargs": "^17.6.0"
|
|
89
91
|
},
|
|
90
92
|
"engines": {
|
|
91
|
-
"node": ">=
|
|
93
|
+
"node": ">=22"
|
|
92
94
|
},
|
|
93
95
|
"publishConfig": {
|
|
94
96
|
"access": "public"
|