{
    "name": "nestia-web",
    "version": "2.2.1",
    "description": "Nestia Web Component",
    "scripts": {
        "test": "mocha --exit --require test/hooks/setup.mjs --timeout 15000",
        "build": "bash ./build/build.sh"
    },
    "main": "dist/cjs/index.js",
    "exports": {
        ".": {
            "node": {
                "import": "./dist/esm/index.mjs",
                "require": "./dist/cjs/index.js"
            },
            "default": "./dist/cjs/index.js"
        },
        "./package.json": "./package.json"
    },
    "module": "./dist/esm/index.mjs",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ds3783/nestia-web.git"
    },
    "author": "Ds.3783",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/ds3783/nestia-web/issues"
    },
    "homepage": "https://github.com/ds3783/nestia-web#readme",
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "dependencies": {
        "better-https-proxy-agent": "^1.0.8",
        "cookie": "~0.4.1",
        "dot-prop": "^6.0.1",
        "form-data": "^4.0.0",
        "node-cron": "^2.0.3",
        "on-finished": "^2.3.0",
        "tracer": "^1.1.3"
    },
    "devDependencies": {
        "@babel/cli": "^7.20.7",
        "@babel/core": "^7.20.12",
        "@babel/plugin-transform-async-to-generator": "^7.20.7",
        "@babel/preset-env": "^7.20.2",
        "husky": "^4.3.0",
        "mocha": "^8.1.3"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run build",
            "pre-push": "npm test"
        }
    }
}
