{
    "name": "fscr",
    "version": "6.2.6",
    "description": "Runs the fscripts.md file",
    "type": "module",
    "main": "./dist/index.js",
    "scripts": {
        "prebuild": "rimraf dist/*",
        "build": "run-p build:index build:lib",
        "build:index": "babel index.js --ignore 'node_modules' --out-file dist/index.js",
        "build:lib": "babel lib --ignore 'node_modules' --out-dir dist/lib --copy-files",
        "fsr": "node dist/index.js",
        "release": "run-s release:test release:bump release:clean release:build",
        "release:test": "vitest run",
        "release:build": "run-p build:index build:lib",
        "release:bump": "yarn fsr bump",
        "release:clean": "rimraf dist",
        "release:combined": "np --any-branch",
        "release:publish": "node lib/release/publish.js",
        "start": "run-s build start:run",
        "start:basic": "babel-node index.js",
        "start:build": "babel-node index.js --ignore 'node_modules'",
        "start:run": "node dist/index.js",
        "start:watch": "nodemon --watch lib --watch index.js --ext js --exec babel-node index.js --ignore 'node_modules' -I",
        "test": "vitest run",
        "test:watch": "vitest",
        "test:ui": "vitest --ui",
        "docs": "npx cli-docs-generator --cli=./bin",
        "test1": "echo 'yolo' && sleep 2 && echo 1",
        "test2": "echo '2yolo' && sleep 2 && echo 22"
    },
    "fscripts": {
        "encryptedFiles": [
            "config.json"
        ],
        "ignore-upgrade": [
            "micromatch"
        ],
        "config": "test.json"
    },
    "staticPath": {
        "source": "lib/auth/index.html",
        "target": "dist/index.html"
    },
    "repository": "https://github.com/agrublev/freedcamp-script-runner.git",
    "private": false,
    "license": "MIT",
    "author": "Angel Grablev <agrublev@gmail.com>",
    "files": [
        "dist",
        "bin"
    ],
    "bin": {
        "fscr": "./bin",
        "fsr": "./bin"
    },
    "dependencies": {
        "@babel/runtime": "^7.9.2",
        "better-md-2-json": "^1.0.6",
        "boxen": "^8.0.1",
        "chalk": "^4.1.2",
        "conf": "^15.0.2",
        "cross-spawn": "^7.0.1",
        "detect-indent": "^7.0.2",
        "enquirer": "^2.3.4",
        "fs-extra": "^11.3.2",
        "git-changed-files": "^1.0.0",
        "git-release-notes": "^5.0.0",
        "git-state": "^4.1.0",
        "github-basic": "^6.0.0",
        "ink": "^5.2.1",
        "ink-select-input": "^4.2.2",
        "inquirer": "^12.9.6",
        "is-builtin-module": "^5.0.0",
        "json-colorz": "^0.2.7",
        "markdown-toc": "^1.2.0",
        "marked": "^16.3.0",
        "md-2-json": "^2.0.0",
        "micromatch": "^4.0.2",
        "moment-mini": "^2.24.0",
        "open": "^10.2.0",
        "pretty-ms": "^9.3.0",
        "react": "^18.3.1",
        "require-from-string": "^2.0.2",
        "server-destroy": "^1.0.1",
        "set-value": "^4.1.0",
        "shell-quote": "^1.7.2",
        "simple-git": "^3.28.0",
        "sort-object-keys": "^2.0.0",
        "staged-git-files": "^1.2.0",
        "term-size": "^4.0.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.8.4",
        "@babel/core": "^7.9.0",
        "@babel/node": "^7.8.7",
        "@babel/plugin-proposal-decorators": "^7.8.3",
        "@babel/plugin-proposal-export-default-from": "^7.8.3",
        "@babel/plugin-syntax-class-properties": "^7.8.3",
        "@babel/plugin-transform-runtime": "^7.9.0",
        "@babel/preset-env": "^7.9.0",
        "@babel/preset-react": "^7.9.1",
        "babel-plugin-module-resolver": "^5.0.2",
        "execa": "8.0.1",
        "fancy-log": "^2.0.0",
        "fkill-cli": "^8.0.0",
        "ink-tab": "^5.2.0",
        "ink-table": "^3.1.0",
        "lodash": "^4.17.15",
        "markdown-it": "^14.1.0",
        "mixin-deep": "^2.0.1",
        "node-run-cmd": "^1.0.1",
        "nodemon": "^3.1.10",
        "npm-run-all": "^4.1.5",
        "prepend-file": "^2.0.1",
        "pretty-console-colors": "^2.0.0",
        "pull-request": "^3.0.0",
        "remarkable": "^2.0.0",
        "rexrex": "^1.3.0",
        "rimraf": "^6.0.1",
        "strip-ansi": "^7.1.2",
        "terminal-tree": "^0.0.3",
        "underscore.string": "^3.3.5",
        "vitest": "^3.2.4",
        "yargs": "^18.0.0"
    },
    "peerDependencies": {
        "chalk": "^4.1.2"
    },
    "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
