From 7d1fdabe98528892e2d2874ff269cfbe32ed208f Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Thu, 13 Apr 2023 15:34:00 +0200 Subject: [PATCH] feat: create npm package --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f63af7e..d20b52f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "slidev-theme-alpaga", - "version": "0.1.0", + "name": "@lydra/slidev-theme-alpaga", + "version": "0.0.1", + "description": "Alpaga is a simple and quick to set up theme for [Slidev](https://github.com/slidevjs/slidev). It's ideal for Markdown notes, booklets or cheatsheets as you can easily customize it to your business colors and identity and export to PDF.", "authors": [ "Celeste Robert", "Lydra.fr" @@ -13,6 +14,13 @@ "alpaga-theme", "theme" ], + "main": "index.js", + "repository": { + "type": "git", + "url": "git@lab.frogg.it:lydra/www/slidev-theme-alpaga.git" + }, + "license": "GPL-3.0-or-later", + "engines": { "node": ">=14.0.0", "slidev": ">=0.19.3" -- GitLab