hexo-blogger-xml
Version:
Import xml blogger to hexo
91 lines • 2.81 kB
JSON
{
"name": "hexo-blogger-xml",
"version": "1.0.30",
"description": "Import xml blogger to hexo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"index.js",
"postinstall.js",
"gulpfile.ts",
"CHANGELOG.md",
"README.md",
"*.json",
"packages",
"!**/*.tsbuildinfo"
],
"scripts": {
"pretest": "rm -rf dist",
"test": "npm run build && npm run test:ts && npm run test:gulp",
"test:ts": "npx ts-node src/test.ts",
"test:gulp": "npx gulp",
"eslint": "eslint .",
"lint": "npx eslint --fix src/**/*",
"build": "tsc -p tsconfig.publish.json",
"update:postinstall": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/postinstall.js > postinstall.js",
"update:packer": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.js",
"update:ci": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/.github/workflows/build-release.yml > .github/workflows/build-release.yml",
"update:ncu": "npx npm-check-updates -u -x hexo,chalk,jsdom",
"update": "run-s \"update:**\"",
"pack": "node packer.js --yarn",
"clean": "rm -rf dist && npm run build"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/dimaslanjaka/hexo-blogger-xml.git"
},
"keywords": [
"hexo",
"blogger",
"xml",
"import",
"migrate"
],
"author": "Dimas Lanjaka <dimaslanjaka@gmail.com> (http://webmanajemen.com)",
"license": "MIT",
"peerDependencies": {
"hexo": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"dependencies": {
"fs-extra": "^11.1.1",
"he": "^1.2.0",
"jsdom": "21",
"moment": "^2.29.4",
"rimraf": "^5.0.0",
"sanitize-filename": "^1.6.3",
"sbg-utility": "^1.1.0",
"upath": "^2.0.1",
"xml2js": "^0.5.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/fs-extra": "^11",
"@types/he": "^1.2.0",
"@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/1a61a20/releases/hexo.tgz",
"@types/jsdom": "^21.1.1",
"@types/minimist": "^1",
"@types/node": "^20.1.4",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"ansi-colors": "^4.1.3",
"axios": "^1.4.0",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"git-command-helper": "^1.2.3",
"glob": "^10.2.3",
"gulp": "^4.0.2",
"minimist": "^1.2.8",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"packageManager": "yarn@3.5.1"
}