sbg-cli
Version:
static-blog-generator CLI and main scripts
81 lines • 2.52 kB
JSON
{
"name": "sbg-cli",
"version": "1.1.0",
"description": "static-blog-generator CLI and main scripts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"sbg": "dist/cli.js"
},
"files": [
"dist",
"readme.md",
"!**/*.tsbuildinfo",
"!**/release*/**"
],
"scripts": {
"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:ncu": "npx npm-check-updates -u -x jsdom",
"update": "run-s update:**",
"test": "jest --runInBand",
"build": "tsc --build tsconfig.build.json",
"build-pack": "yarn run build && yarn run pack",
"clean": "rm -rf dist tmp && yarn build",
"pack": "node packer.js --yarn",
"lint": "npx eslint --fix src/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimaslanjaka/static-blog-generator.git"
},
"keywords": [
"static-blog-generator",
"static-blog-generator-cli",
"hexo",
"hexo-post",
"hexo-generator",
"hexo-admin",
"hexo-gui",
"sbg-cli"
],
"author": "Dimas Lanjaka <dimaslanjaka@gmail.com> (https://webmanajemen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dimaslanjaka/static-blog-generator/issues"
},
"homepage": "https://github.com/dimaslanjaka/static-blog-generator#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"bluebird": "^3.7.2",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/5560156/release/cross-spawn.tgz",
"deepmerge-ts": "^5.1.0",
"git-command-helper": "^1.2.2",
"he": "^1.2.0",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/deff4a14bb6b7e7f4ab364e481434c84b5a3a3f5/releases/hexo.tgz",
"hexo-blogger-xml": "https://github.com/dimaslanjaka/hexo-blogger-xml/tarball/master",
"jsdom": "21.1.2",
"safelinkify": "^1.1.18",
"sbg-api": "^1.1.0",
"sbg-server": "^1.1.0",
"sbg-utility": "^1.1.0",
"xml2js": "^0.5.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/he": "^1.2.0",
"@types/node": "^20.1.2",
"@types/xml2js": "^0.4.11",
"eslint": "^8.40.0",
"jest": "^29.5.0",
"jsonc-parser": "^3.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"directories": {
"test": "test"
}
}