visua/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2025-07-15 12:07:03 +02:00
{
"name": "@cellule-financiere-pmo/visua",
2025-08-13 14:43:48 +02:00
"version": "1.1.4",
2025-08-13 14:37:18 +02:00
"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/*"
],
2025-07-15 12:07:03 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2025-08-13 14:37:18 +02:00
"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"
2025-07-15 12:07:03 +02:00
},
2025-08-13 14:37:18 +02:00
"homepage": "https://dgfipntic.imfr.cgi.com/Cellule-financiere-transverse-PMO/visua#readme",
2025-07-15 12:07:03 +02:00
"keywords": [
"scss",
"css",
2025-08-13 14:37:18 +02:00
"design system",
"design tokens",
"DSFR",
"typography",
"variables"
2025-07-15 12:07:03 +02:00
],
"author": "CGI",
"license": "UNLICENSED",
2025-07-15 12:27:23 +02:00
"devDependencies": {
"sass": "^1.89.2"
},
"publishConfig": {
2025-08-13 14:37:18 +02:00
"registry": "https://dgfipntic.imfr.cgi.com/api/packages/Cellule-financiere-transverse-PMO/npm/"
2025-07-15 12:27:23 +02:00
}
2025-07-15 12:07:03 +02:00
}