mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-04 08:01:39 +08:00
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"name": "bookshelf-plus",
|
|
"version": "1.0.0",
|
|
"description": "书栖网",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/only4/bookshelf.git"
|
|
},
|
|
"keywords": [
|
|
"书栖网"
|
|
],
|
|
"author": "Coding Zhang",
|
|
"license": "MIT"
|
|
}
|