diff --git a/.history/package_20210311103859.json b/.history/package_20210311103859.json new file mode 100644 index 0000000..28212a2 --- /dev/null +++ b/.history/package_20210311103859.json @@ -0,0 +1,49 @@ +{ + "name": "hexo-bilibili-bangumi", + "version": "1.5.3", + "description": "hexo bilibili番剧页", + "main": "index.js", + "scripts": { + "test": "standard --fix", + "build": "babel src/index.js --out-file index.js && babel src/lib/util.js --out-file lib/util.js && babel src/lib/bangumi-generator.js --out-file lib/bangumi-generator.js && babel src/lib/templates/index.js --out-file lib/templates/index.js --presets minify && babel src/lib/templates/pagination.js --out-file lib/templates/pagination.js --presets minify && cleancss src/lib/templates/index.css -O2 -o lib/templates/index.css" + }, + "author": "HCLonely ", + "license": "Apache Licence 2.0", + "keywords": [ + "generator", + "plugin", + "bilibili", + "bangumi", + "hexo", + "anime" + ], + "dependencies": { + "@babel/runtime": "^7.9.6", + "axios": "^0.21.1", + "ejs": "2.5.6", + "hexo-fs": "^0.2.2", + "hexo-i18n": "^0.2.1", + "hexo-log": "^0.2.0", + "path": "^0.12.7", + "progress": "^2.0.3" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/HCLonely/hexo-bilibili-bangumi.git" + }, + "devDependencies": { + "@babel/cli": "^7.8.4", + "@babel/core": "^7.9.6", + "@babel/plugin-transform-runtime": "^7.9.6", + "@babel/preset-env": "^7.9.6", + "babel-preset-minify": "^0.5.1", + "clean-css-cli": "^4.3.0", + "standard": "^14.3.4" + }, + "standard": { + "ignore": [ + "index.js", + "lib/*" + ] + } +} diff --git a/package.json b/package.json index 7e16671..28212a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-bilibili-bangumi", - "version": "1.5.2", + "version": "1.5.3", "description": "hexo bilibili番剧页", "main": "index.js", "scripts": {