mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
36 lines
1.0 KiB
JSON
Executable File
36 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "ChineseBQB",
|
|
"version": "1.0.0",
|
|
"description": "[](https://github.com/zhaoolee/ChineseBQB)",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo 'hello'",
|
|
"dev": "hexo server -p 5000",
|
|
"build": "node build.js && hexo clean && hexo g",
|
|
"push": "chmod -R 777 *BQB &&node create_bqb_image_list.js && node rsync.js && node build_2.js && node push.js && git add . && git commit -m 'zhaoolee commit' && git push"
|
|
},
|
|
"dependencies": {
|
|
"axios": "0.19.0",
|
|
"chmodr": "1.2.0",
|
|
"download": "7.1.0",
|
|
"fs-extra": "8.1.0",
|
|
"moment": "2.24.0",
|
|
"rsync": "0.6.1",
|
|
"showdown": "1.9.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhaoolee/ChineseBQB.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zhaoolee/ChineseBQB/issues"
|
|
},
|
|
"homepage": "https://github.com/zhaoolee/ChineseBQB#readme"
|
|
}
|