{
  "name": "nodejs-package-types",
  "version": "1.1.4",
  "description": "Customized Package Types",
  "packageManager": "yarn@3.2.0",
  "main": "index.js",
  "types": "typings/index.d.ts",
  "exports": {
    ".": "./index.js",
    "./hexo": "./hexo",
    "./hexo-log": "./hexo-log",
    "./hexo-bunyan": "./hexo-bunyan",
    "./hexo-util": "./hexo-util",
    "./through2": "./through2",
    "./typings": "./typings",
    "./src": "./src"
  },
  "files": [
    ".gitmodules",
    ".gitattributes",
    "*.json",
    "src",
    "typings",
    "hexo/**/*.{js,ts,json,md}",
    "skeljs/**/*.{js,ts,json,md}",
    "through2/**/*.{js,ts,json,md}",
    "hexo-log/**/*.{js,ts,json,md}",
    "hexo-bunyan/**/*.{js,ts,json,md}",
    "hexo-util/**/*.{js,ts,json,md}",
    "!**/node_modules/**",
    "!**/tmp/**",
    "!**/release/**"
  ],
  "scripts": {
    "update": "npx npm-check-updates -u && npm install",
    "pre-build": "git pull -X theirs",
    "build": "run-s build:**",
    "build:hexo": "npx fse copy packer.js hexo/packer.js && cd hexo && npm run build",
    "build:through2": "npx fse copy packer.js through2/packer.js && cd through2 && npm run build",
    "build:types": "gulp",
    "build:tarball": "node packer.js && node unused.js",
    "test": "cd test && npm run update && node setup.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimaslanjaka/nodejs-package-types.git"
  },
  "keywords": [
    "types",
    "typescript",
    "markdown-it-abbr",
    "markdown-it-sup",
    "markdown-it-sub",
    "through2"
  ],
  "author": {
    "email": "dimaslanjaka@gmail.com",
    "name": "L3n40x",
    "url": "https://www.webmanajemen.com/about"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dimaslanjaka/nodejs-package-types/issues"
  },
  "homepage": "https://github.com/dimaslanjaka/nodejs-package-types#readme",
  "devDependencies": {
    "@atao60/fse-cli": "^0.1.7",
    "@types/fs-extra": "^11.0.1",
    "@types/gulp": "^4.0.10",
    "@types/node": "^18.11.18",
    "@types/through2": "file:through2",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "browser-sync": "^2.27.11",
    "depcheck": "^1.4.3",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "express": "^4.18.2",
    "git-command-helper": "^1.1.6",
    "glob": "^8.1.0",
    "gulp": "^4.0.2",
    "markdown-it": "^13.0.1",
    "markdown-it-abbr": "^1.0.4",
    "markdown-it-anchor": "^8.6.6",
    "markdown-it-attrs": "^4.1.6",
    "markdown-it-footnote": "^3.0.3",
    "markdown-it-mark": "^3.0.1",
    "markdown-it-sub": "^1.0.0",
    "markdown-it-sup": "^1.0.0",
    "npm-check-updates": "^16.6.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "semver": "^7.3.8",
    "slugify": "^1.6.5",
    "typedoc": "^0.23.24",
    "typedoc-plugin-missing-exports": "^1.0.0"
  },
  "dependencies": {
    "@types/express": "^4.17.16",
    "ansi-colors": "^4.1.3",
    "axios": "^1.2.6",
    "cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/tarball/private",
    "fs-extra": "^11.1.0",
    "hexo-util": "^3.0.1",
    "through2": "^4.0.2",
    "true-case-path": "^2.2.1",
    "upath": "^2.0.1"
  }
}