From d158c33051eadb4be382d040bdcd12db4d56ddf7 Mon Sep 17 00:00:00 2001 From: GOMA Date: Tue, 15 Jul 2025 12:07:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4678dcf --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "visua", + "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.", + "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" + }, + "homepage": "https://gitlab.com/cellule-financiere-pmo/design-system/visua#readme" +}