{
    "name": "api_maker_sandbox",
    "version": "0.0.1",
    "description": "API Maker Project Sandbox Environment",
    "license": "UNLICENSED",
    "dependencies": {
        "@swc/core": "1.15.7",
        "@types/lodash": "4.14.194",
        "@types/node": "18.15.12",
        "@types/web": "0.0.153",
        "ajv": "8.12.0",
        "ajv-errors": "3.0.0",
        "ajv-formats": "2.1.1",
        "ajv-keywords": "5.1.0",
        "api-query-params": "6.0.1",
        "change-case": "4.1.2",
        "cognito-express": "3.0.4",
        "crypto-js": "4.2.0",
        "dotenv": "16.0.3",
        "google-auth-library": "8.7.0",
        "ioredis": "5.8.2",
        "js2xmlparser": "5.0.0",
        "json-sql-builder2": "https://github.com/mayur-dit/json-sql-builder2/tarball/v1.0.0",
        "json5": "2.2.3",
        "jsonwebtoken": "9.0.0",
        "lodash": "4.17.21",
        "moment": "2.29.4",
        "mongodb": "6.21.0",
        "mongodb-schema": "12.6.3",
        "mongoose": "8.13.2",
        "mongoose-lean-getters": "0.4.0",
        "mssql": "12.2.0",
        "mysql-error-codes": "0.1.3",
        "mysql2": "3.16.0",
        "oracledb": "6.10.0",
        "pg": "8.16.3",
        "pg-connection-string": "2.9.1",
        "pg-query-stream": "4.10.3",
        "randomstring": "1.2.3",
        "redlock": "4.2.0",
        "regex-parser": "2.2.11",
        "source-map": "0.7.4",
        "string-similarity": "4.0.4",
        "ts-morph": "21.0.1",
        "typescript": "5.9.3",
        "ulid": "2.4.0",
        "undici": "6.21.2",
        "yaml": "2.2.2"
    },
    "am": {
        "processTitle": "api_maker_sandbox"
    },
    "scripts": {
        "start": "node sandbox.js",
        "start-debug": "node --inspect=0.0.0.0:9229 sandbox.js"
    }
}