UNPKG

hexo-seo-submit

Version:

Manual or automatic submit your site to search engines(google, bing, baidu). There are Github actions and coding jenkins available for CI

81 lines (80 loc) 1.97 kB
{ "name": "hexo-seo-submit", "version": "1.8.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "prepare": "husky", "format": "prettier --write 'src/**/*.{ts,js,json,md}'", "lint": "eslint" }, "bin": { "hexo-seo-submit": "bin/hexo-seo-submit.mjs" }, "files": [ "dist/**", "README.md", "CHANGELOG.md", "LICENSE", "package.json" ], "repository": { "type": "git", "url": "https://github.com/tardis-ksh/hexo-seo-submit.git" }, "keywords": [ "hexo", "seo", "deployer", "google", "baidu", "bing", "CI", "auto push", "github", "coding", "jenkins" ], "author": "tardis <kshao666@gmail.com> (https://ksh7.com)", "license": "MIT", "description": "Manual or automatic submit your site to search engines(google, bing, baidu). There are Github actions and coding jenkins available for CI", "packageManager": "pnpm@10.6.2", "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@eslint/js": "^9.22.0", "@types/hexo": "^3.8.12", "@types/lodash.merge": "^4.6.9", "@types/node": "^22.13.10", "@typescript-eslint/parser": "^8.26.1", "cpx2": "^8.0.0", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^15.4.3", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1" }, "lint-staged": { "src/*.{ts,js,json,md}": [ "pnpm run format", "pnpm run lint" ] }, "dependencies": { "axios": "^1.8.2", "chalk": "^5.4.1", "commander": "^13.1.0", "google-auth-library": "^9.15.1", "handlebars": "^4.7.8", "hexo": "^7.3.0", "https-proxy-agent": "^7.0.6", "lodash.merge": "^4.6.2", "wildcard-match": "^5.1.4" } }