mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 12:52:20 +08:00
25 lines
548 B
JSON
25 lines
548 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|