From 96bb7237279b08807122f857d7fe26e75653cf4d Mon Sep 17 00:00:00 2001 From: yutent Date: Mon, 6 Mar 2023 14:56:30 +0800 Subject: [PATCH] init --- 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..4c7a816 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "@ninejs/wcui", + "version": "0.0.0", + "description": "", + "main": "dist/index.js", + "scripts": { + "test": "" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/9th-js/wcui.git" + }, + "author": "yutent", + "license": "MIT" +}