remote package.json

This commit is contained in:
hole\jmu 2022-05-23 22:55:34 +08:00
parent 167fd47530
commit 6912f8add4

View File

@ -1,24 +0,0 @@
{
"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"
}
}