{
    "name": "@kaiserleap/raven",
    "version": "2.2.1",
    "description": "Build common blocks and files insanely faster!",
    "author": "Kaiser Leap - Mustafa Alhasanat",
    "license": "ISC",
    "main": "./bin/main.js",
    "exports": "./bin/main.js",
    "type": "module",
    "bin": {
        "raven": "bin/main.js"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "test": "jest",
        "commit": "git-cz",
        "start": "node bin/main.js",
        "build": "rimraf ./bin && tsc",
        "install-g": "npm install -g .",
        "globalize": "npm run build && npm run install-g",
        "acp": "git add . && npm run commit && git push",
        "type-check": "tsc --noEmit",
        "semantic-release": "semantic-release",
        "raven": "node ./bin/main.js",
        "dev": "npm run globalize && npm run raven",
        "format": "prettier --write .",
        "prerelease": "npm run build",
        "lint": "eslint .",
        "prepare": "husky"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/MustafaHasanat/raven.git"
    },
    "keywords": [
        "nest",
        "backend",
        "blocks",
        "api",
        "cli-tool",
        "npm-tool"
    ],
    "bugs": {
        "url": "https://github.com/MustafaHasanat/raven/issues"
    },
    "homepage": "https://github.com/MustafaHasanat/raven#readme",
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    },
    "release": {
        "branches": [
            "main"
        ]
    },
    "files": [
        "main.js",
        "bin/lib/",
        "templates/**/*.txt",
        "docs/**/*.md"
    ],
    "dependencies": {
        "ajv": "^8.17.1",
        "axios": "^1.7.9",
        "commander": "^11.1.0",
        "configstore": "^7.0.0",
        "cz-conventional-changelog": "^3.3.0",
        "express": "^4.18.2",
        "figlet": "^1.7.0",
        "fs": "^0.0.1-security",
        "husky": "^9.1.7",
        "inquirer": "^9.2.11",
        "rimraf": "^5.0.5",
        "semantic-release": "^22.0.6"
    },
    "devDependencies": {
        "@types/configstore": "^6.0.2",
        "@types/express": "^4.17.21",
        "@types/figlet": "^1.5.7",
        "@types/htmlparser2": "^3.10.6",
        "@types/inquirer": "^9.0.6",
        "@types/jest": "^29.5.7",
        "@types/node": "^20.8.10",
        "@typescript-eslint/eslint-plugin": "^6.15.0",
        "@typescript-eslint/parser": "^6.15.0",
        "babel-cli": "^6.26.0",
        "babel-preset-es2015": "^6.24.1",
        "copyfiles": "^2.4.1",
        "eslint": "^8.56.0",
        "jest": "^29.7.0",
        "prettier": "^3.1.1",
        "semantic-release": "^23.0.0",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.1",
        "typescript": "^5.2.2"
    }
}
