{
    "name": "@testbank-inc/nit-cli",
    "version": "0.1.5",
    "license": "None",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "homepage": "https://github.com/testbank-inc/nit-cli",
    "repository": "github:testbank-inc/nit-cli",
    "scripts": {
        "prepublishOnly": "yarn build",
        "postinstall": "node scripts/node_version.js || node dist/scripts/node_version.js",
        "lint": "eslint src --quiet --ext .ts --cache",
        "check": "tsc --noEmit",
        "build": "rm -rf dist/ && yarn lint && tsc && cp scripts/node_version.js dist/scripts/node_version.js",
        "pkg": "yarn build && pkg dist/src/index.js -c package.json --public-packages \"*\"",
        "cli": "node ./dist/src/index.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "files": [
        "dist"
    ],
    "bin": {
        "nit": "dist/src/index.js"
    },
    "pkg": {
        "scripts": "dist/src/**/*.js",
        "assets": "dist/src/commands/**/*",
        "targets": [
            "node16-macos",
            "node16-win",
            "node16-linux"
        ],
        "outputPath": "pkg"
    },
    "devDependencies": {
        "@types/fs-extra": "^9.0.13",
        "@types/node": "^18.11.15",
        "@types/prompts": "^2.4.2",
        "@types/semver": "^7.3.13",
        "@types/tmp": "^0.2.3",
        "@types/yargs": "^17.0.17",
        "@typescript-eslint/eslint-plugin": "^5.46.1",
        "@typescript-eslint/parser": "^5.46.1",
        "eslint": "^8.29.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-import-resolver-typescript": "^3.5.2",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prettier": "^4.2.1",
        "prettier": "^2.8.1",
        "ts-node": "^10.9.1",
        "typescript": "^4.9.4"
    },
    "dependencies": {
        "@notionhq/client": "^2.2.2",
        "chalk": "4.1.2",
        "fs-extra": "^11.1.0",
        "open": "^8.4.0",
        "prompts": "^2.4.2",
        "semver": "^7.3.8",
        "tmp": "^0.2.1",
        "yargs": "^17.6.2"
    }
}
