{
    "name": "@wavemaker/rn-codegen",
    "version": "11.15.5-1.256",
    "description": "",
    "main": "index.js",
    "bin": {
        "wm-rn-codegen": "./index.js"
    },
    "scripts": {
        "build": "node scripts/build.js build",
        "transpile": "node ./build/index.js",
        "test": "jest build/test",
        "watch": "npm-watch build",
        "publish-patch": "node scripts/npm-publish.js publish",
        "postinstall": "node ./scripts/post-build.js"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@angular/compiler": "12.2.1",
        "@babel/generator": "7.13.9",
        "@babel/parser": "7.13.11",
        "@babel/traverse": "7.23.2",
        "@types/lodash": "4.14.191",
        "@types/node": "18.11.10",
        "@types/prettier": "2.7.1",
        "@types/yargs": "17.0.15",
        "@wavemaker/custom-widgets-m3": "11.15.5-1.256",
        "@wavemaker/foundation-css": "11.15.5-1.256",
        "adm-zip": "0.5.9",
        "axios": "1.8.3",
        "clean-css": "5.1.5",
        "color": "4.2.3",
        "css-to-react-native-transform": "1.9.0",
        "css-tree": "2.1.0",
        "execa": "5.0.0",
        "fs-extra": "9.1.0",
        "handlebars": "4.7.7",
        "html-entities": "2.3.2",
        "less": "4.1.1",
        "lodash": "4.17.21",
        "node-html-parser": "5.0.0",
        "prettier": "2.3.0",
        "puppeteer": "5.4.0",
        "rimraf": "3.0.2",
        "style-dictionary": "4.1.0",
        "yargs": "16.2.0"
    },
    "devDependencies": {
        "@types/adm-zip": "0.5.0",
        "@types/babel__generator": "7.6.4",
        "@types/babel__parser": "7.1.1",
        "@types/babel__traverse": "7.18.3",
        "@types/clean-css": "4.2.6",
        "@types/color": "3.0.3",
        "@types/css-tree": "2.0.0",
        "@types/fs-extra": "9.0.13",
        "@types/jest": "29.2.3",
        "@types/less": "3.0.3",
        "@types/puppeteer": "5.4.7",
        "@types/rimraf": "3.0.2",
        "@types/semver": "7.3.13",
        "jest": "29.3.1",
        "semver": "7.5.0",
        "ts-jest": "29.0.3",
        "typescript": "4.9.3"
    },
    "watch": {
        "build": {
            "patterns": [
                "src"
            ],
            "extensions": "*",
            "ignore": "src/templates/project/wavepulse/rn2css.json",
            "quiet": true,
            "legacyWatch": true,
            "delay": 2500,
            "runOnChangeOnly": true
        }
    }
}