Files
ChineseBQB/package.json
dependabot[bot] d3c5f55818 Bump axios from 0.19.0 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-12 12:20:30 +00:00

37 lines
1.0 KiB
JSON

{
"name": "ChineseBQB",
"version": "1.0.0",
"description": "[![](https://img.shields.io/badge/ChineseBQB-READEME-brightgreen)](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 build.js && node rsync.js && node push.js && git add . && git commit -m 'zhaoolee commit' && git push"
},
"dependencies": {
"archiver": "5.3.0",
"axios": "0.21.2",
"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"
}