Package file updatedfor gitea

This commit is contained in:
GOMA 2025-08-13 14:37:18 +02:00
parent fb1d6b1fe3
commit 950b7f3bfc

View File

@ -1,33 +1,37 @@
{ {
"name": "@cellule-financiere-pmo/visua", "name": "@cellule-financiere-pmo/visua",
"version": "1.1.3", "version": "1.1.3",
"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": "Defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in graphic interfaces.",
"main": "output/variables.css",
"files": [
"output/*"
],
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitlab.com/cellule-financiere-pmo/design-system/visua.git" "url": "git+https://dgfipntic.imfr.cgi.com/Cellule-financiere-transverse-PMO/visua.git"
}, },
"bugs": {
"url": "https://dgfipntic.imfr.cgi.com/Cellule-financiere-transverse-PMO/visua/issues"
},
"homepage": "https://dgfipntic.imfr.cgi.com/Cellule-financiere-transverse-PMO/visua#readme",
"keywords": [ "keywords": [
"scss", "scss",
"css", "css",
"design system" "design system",
"design tokens",
"DSFR",
"typography",
"variables"
], ],
"author": "CGI", "author": "CGI",
"license": "UNLICENSED", "license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/cellule-financiere-pmo/design-system/visua/issues"
},
"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/*"
],
"publishConfig": { "publishConfig": {
"registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/" "registry": "https://dgfipntic.imfr.cgi.com/api/packages/Cellule-financiere-transverse-PMO/npm/"
} }
} }