{
    "name": "@jser/post-parser",
    "version": "2.0.1",
    "keywords": [
        "jser"
    ],
    "homepage": "https://github.com/jser/dataset",
    "bugs": {
        "url": "https://github.com/jser/dataset/issues"
    },
    "license": "MIT",
    "author": "azu",
    "files": [
        "bin/",
        "lib/",
        "src/"
    ],
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "directories": {
        "test": "test"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/jser/dataset.git"
    },
    "scripts": {
        "build": "cross-env NODE_ENV=production tsc -p .",
        "precommit": "lint-staged",
        "postcommit": "git reset",
        "prepublish": "npm run --if-present build",
        "test": "mocha 'test/**/*.js'",
        "test:updateSnapshot": "cross-env UPDATE_SNAPSHOT=1 mocha 'test/**/*.js'",
        "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'",
        "watch": "tsc -p . --watch",
        "clean": "rimraf lib/"
    },
    "prettier": {
        "printWidth": 120,
        "tabWidth": 4
    },
    "dependencies": {
        "@types/moment-timezone": "^0.5.4",
        "@types/url-join": "^4.0.1",
        "debug": "^4.3.4",
        "execall": "^1.0.0",
        "js-yaml": "^3.11.0",
        "lodash.difference": "^4.5.0",
        "moment": "^2.29.4",
        "moment-timezone": "^0.5.43",
        "remark": "^9.0.0",
        "remark-frontmatter": "^1.2.0",
        "remark-parse": "^5.0.0",
        "remark-parse-yaml": "^0.0.1",
        "unified": "^6.1.6",
        "unist-util-find-all-after": "^1.0.1",
        "unist-util-is": "^2.1.1",
        "unist-util-select": "^1.5.0",
        "url-join": "^4.0.0"
    },
    "devDependencies": {
        "@types/mocha": "^10.0.1",
        "@types/node": "^22.15.11",
        "cross-env": "^7.0.3",
        "lint-staged": "^15.5.1",
        "mocha": "^11.2.2",
        "power-assert": "^1.6.1",
        "prettier": "^3.5.3",
        "rimraf": "^6.0.1",
        "ts-node": "^10.9.1",
        "typescript": "^5.1.3"
    },
    "publishConfig": {
        "access": "public"
    },
    "content": "JSer.info post item category parser.",
    "lint-staged": {
        "*.{js,jsx,ts,tsx,css}": [
            "prettier --write",
            "git add"
        ]
    },
    "gitHead": "8b7961dc742eacc2e1e417a4df0a78ff26ea7174"
}
