From 1769a1ba3c5bb1b0b7f64b0838669eda4df152e2 Mon Sep 17 00:00:00 2001 From: Jiang Date: Tue, 17 May 2022 00:06:21 +0800 Subject: [PATCH] Create package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1d52247 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "trpl-zh-cn", + "version": "1.0.0", + "description": "trpl-zh-cn", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "docs:build": "vuepress build src" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jmu/trpl-zh-cn.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/jmu/trpl-zh-cn/issues" + }, + "homepage": "https://github.com/jmu/trpl-zh-cn#readme", + "dependencies": { + "vuepress": "^0.12.0" + } +}