{
    "name": "@nodescript/cli",
    "version": "1.11.6",
    "type": "module",
    "description": "NodeScript CLI",
    "exports": {
        ".": "./out/main/index.js"
    },
    "files": [
        "cli.js",
        "out/main/**/*"
    ],
    "bin": {
        "nodescript": "./cli.js"
    },
    "scripts": {
        "clean": "rm -rf out *.tsbuildinfo",
        "dev": "run-s clean dev:ts",
        "dev:ts": "tsc -b -w",
        "compile": "run-s compile:*",
        "compile:ts": "tsc -b",
        "lint": "eslint --ext=.js,.ts --cache .",
        "preversion": "npm run lint",
        "version": "run-s compile",
        "postversion": "npm publish --access=public && git push --tags origin main"
    },
    "engines": {
        "node": ">=18"
    },
    "pre-commit": [
        "lint"
    ],
    "dependencies": {
        "@nodescript/bundler": "^1.4.0",
        "@nodescript/core": "^7.25.2",
        "@nodescript/logger": "^2.0.6",
        "airtight": "^5.7.2",
        "chalk": "^5.0.1",
        "commander": "^9.3.0",
        "dotenv": "^16.0.2",
        "glob": "^9.2.1",
        "mesh-ioc": "^4.1.0",
        "reflect-metadata": "^0.1.13",
        "yaml": "^2.1.1"
    },
    "devDependencies": {
        "@nodescript/eslint-config": "^1.0.4",
        "@types/node": "^18.0.1",
        "eslint": "^8.24.0",
        "npm-run-all": "^4.1.5",
        "typescript": "^5.5.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/NodeScriptLang/cli.git"
    },
    "keywords": [
        "nodescript",
        "visual",
        "programming",
        "language"
    ],
    "author": "UBIO",
    "license": "ISC",
    "homepage": "https://github.com/NodeScriptLang/cli#readme"
}
