📦 package: deployment package configuration️

This commit is contained in:
GOMA 2025-07-15 15:17:18 +02:00
parent 22a713ca1c
commit c18f28d6d7

View File

@ -1,5 +1,5 @@
{ {
"name": "visua", "name": "@cellule-financiere-pmo/visua",
"version": "1.0.0", "version": "1.0.0",
"description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.", "description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.",
"scripts": { "scripts": {
@ -22,5 +22,12 @@
"homepage": "https://gitlab.com/cellule-financiere-pmo/design-system/visua#readme", "homepage": "https://gitlab.com/cellule-financiere-pmo/design-system/visua#readme",
"devDependencies": { "devDependencies": {
"sass": "^1.89.2" "sass": "^1.89.2"
},
"main": "output/variables.css",
"files": [
"output/variables.css"
],
"publishConfig": {
"registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/"
} }
} }