diff --git a/package.json b/package.json index f0c7424..72d8470 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,37 @@ { "name": "@cellule-financiere-pmo/visua", "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": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "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": [ "scss", "css", - "design system" + "design system", + "design tokens", + "DSFR", + "typography", + "variables" ], "author": "CGI", "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": { "sass": "^1.89.2" }, - "main": "output/variables.css", - "files": [ - "output/*" - ], "publishConfig": { - "registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/" + "registry": "https://dgfipntic.imfr.cgi.com/api/packages/Cellule-financiere-transverse-PMO/npm/" } }