From e140f0ed3f046fa2aa45770e30b87898490ae6a7 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 14 Jul 2021 11:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E9=A1=BB=E6=9C=89=20package.json?= =?UTF-8?q?=EF=BC=8C=E5=90=A6=E5=88=99=E6=97=A0=E6=B3=95=20npm=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..422256c --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "unip.style", + "version": "1.0.0", + "description": "", + "main": "index.js", + "keywords": [], + "author": "", + "license": "ISC", + "repository": { + "type": "git", + "url": "https://git.faronear.org/npm/unip.style" + } + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + },}