From bfea675d5c0d2299c472aa233ab9d896b8f138b1 Mon Sep 17 00:00:00 2001 From: Aresn Date: Mon, 17 Oct 2022 15:05:23 +0800 Subject: [PATCH] Create package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b52c15f --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "template-html", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@gitcode.net:cloud-ide/template-html.git" + }, + "author": "Aresn", + "license": "MIT" +} -- GitLab