UNPKG

hexo-bilibili-bangumi

Version:
54 lines (53 loc) 1.47 kB
{ "name": "hexo-bilibili-bangumi", "version": "2.0.0", "description": "hexo bilibili番剧页", "main": "index.js", "scripts": { "test": "eslint --fix && npm run puglint", "build": "node scripts/babel.js && node scripts/cleancss.js && node scripts/copy-pug.js", "puglint": "glob-exec \"./src/lib/templates/*.pug\" -- \"pug-lint {{files.join(' ')}}\"", "cpPug": "node scripts/copy-pug.js", "babel": "node scripts/babel.js", "cleancss": "node scripts/cleancss.js" }, "author": "HCLonely <h1606051253@gmail.com>", "license": "Apache Licence 2.0", "keywords": [ "generator", "plugin", "bilibili", "bangumi", "hexo", "anime" ], "dependencies": { "@babel/runtime": "^7.18.0", "axios": "^1.0.0", "bangumi-data": "^0.3.91", "cheerio": "^1.0.0-rc.11", "hexo-fs": "^5.0.0", "hexo-i18n": "^2.0.0", "hexo-log": "^4.0.1", "progress": "^2.0.3", "pug": "^3.0.3", "tunnel": "^0.0.6" }, "repository": { "type": "git", "url": "git+https://github.com/HCLonely/hexo-bilibili-bangumi.git" }, "devDependencies": { "@babel/core": "^7.18.0", "@babel/plugin-transform-runtime": "^7.18.0", "@babel/preset-env": "^7.18.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.30.1", "babel-preset-minify": "^0.5.2", "clean-css": "^5.3.3", "eslint": "^9.0.0", "glob-exec": "^0.1.1", "globals": "^16.3.0", "pug-lint": "^2.7.0" } }