{
    "name": "@pital/revertjs",
    "version": "1.7.7",
    "description": "Client side javascript sdk",
    "main": "dist/revert.js",
    "scripts": {
        "dev": "concurrently --kill-others \"yarn run watch:ts\" \"yarn workspace @revertdotdev/revert-react dev\"",
        "watch:ts": "run-script-os",
        "watch:ts:default": "nodemon -w src/index.ts --exec './scripts/watch-ts.sh'",
        "watch:ts:win32": "nodemon -w src/index.ts --exec \"yarn run build && xcopy /y dist\\revert.js ..\\react\\src\\lib\\build\\revert-dev.js*  && xcopy /y dist\\revert.js ..\\vue\\src\\lib\\build\\revert-dev.js*\"",
        "test": "npm test",
        "build": "npm run prebuild && vite build",
        "prebuild": "tsc && babel src -d lib && browserify lib/index.js -o lib/bundle.js",
        "bundle": "browserify lib/index.js -o lib/bundle.js",
        "pre-deploy": "javascript-obfuscator dist/revert.js --output build/revert.js",
        "deploy": "npm run build && npm run pre-deploy"
    },
    "author": "Jatin Sandilya",
    "license": "ISC",
    "devDependencies": {
        "@babel/cli": "^7.12.10",
        "@babel/core": "^7.23.5",
        "@babel/plugin-proposal-class-properties": "^7.12.1",
        "@babel/preset-env": "^7.12.11",
        "browserify": "^17.0.0",
        "concurrently": "^8.2.1",
        "dotenv": "^16.3.1",
        "javascript-obfuscator": "^2.10.3",
        "nodemon": "^3.0.1",
        "run-script-os": "^1.1.6",
        "typescript": "4.6.3",
        "vite": "^5.0.7"
    }
}
