2025-07-15 12:07:03 +02:00
{
2025-07-15 15:17:18 +02:00
"name" : "@cellule-financiere-pmo/visua" ,
2025-07-16 17:10:27 +02:00
"version" : "1.1.0" ,
2025-07-15 12:07:03 +02:00
"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" : {
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://gitlab.com/cellule-financiere-pmo/design-system/visua.git"
} ,
"keywords" : [
"scss" ,
"css" ,
"design system"
] ,
"author" : "CGI" ,
"license" : "UNLICENSED" ,
"bugs" : {
"url" : "https://gitlab.com/cellule-financiere-pmo/design-system/visua/issues"
} ,
2025-07-15 12:27:23 +02:00
"homepage" : "https://gitlab.com/cellule-financiere-pmo/design-system/visua#readme" ,
"devDependencies" : {
"sass" : "^1.89.2"
2025-07-15 15:17:18 +02:00
} ,
"main" : "output/variables.css" ,
"files" : [
2025-07-16 15:41:42 +02:00
"output/variables.css" ,
"output/typography.css"
2025-07-15 15:17:18 +02:00
] ,
"publishConfig" : {
"registry" : "https://gitlab.com/api/v4/projects/71595796/packages/npm/"
2025-07-15 12:27:23 +02:00
}
2025-07-15 12:07:03 +02:00
}