{
    "name": "n12",
    "version": "1.8.149",
    "description": "Normalization library for strings",
    "author": "Pavol Hejný <pavol@collboard.com> (https://pavolhejny.com)",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/hejny/n12"
    },
    "bugs": {
        "url": "https://github.com/hejny/n12/issues"
    },
    "homepage": "https://github.com/hejny/n12#readme",
    "--type": "module",
    "main": "./dist/index.js",
    "--exports": {
        "./*": "./dist/*"
    },
    "scripts": {
        "build": "rm -rf ./dist && tsc",
        "develop": "tsc --watch",
        "preversion": "npm test && npm run lint && npm run generate-main-exports-commit && npm run build && npm run documentation-commit",
        "postversion": "git push && git push --tags && npm publish",
        "documentation": "typedoc --excludePrivate --hideGenerator --out docs --name \"Normalization library\" ./src",
        "documentation-commit": "git diff --exit-code && npm run documentation && git add docs && git commit --allow-empty -m \"Documentation\"",
        "test": "jest --config jestconfig.json",
        "test-watch": "jest --config jestconfig.json --watchAll",
        "lint": "tslint -p tsconfig.json",
        "generate-main-exports": "ts-node ./scripts/generate-main-exports/generate-main-exports.ts",
        "generate-main-exports-commit": "git diff --exit-code && npm run generate-main-exports && git add src && git commit --allow-empty -m \"Updating exports\""
    },
    "devDependencies": {
        "@types/jest": "24.0.13",
        "glob-promise": "3.4.0",
        "jest": "24.8.0",
        "ts-jest": "24.0.2",
        "ts-loader": "4.5.0",
        "ts-node": "8.8.2",
        "tslint": "5.17.0",
        "tslint-config-prettier": "1.18.0",
        "typedoc": "0.22.11",
        "typescript": "4.3.4"
    },
    "funding": [
        {
            "type": "individual",
            "url": "https://buymeacoffee.com/hejny"
        },
        {
            "type": "github",
            "url": "https://github.com/hejny/n12/blob/main/README.md#%EF%B8%8F-contributing"
        }
    ]
}
