{
  "name": "@usebruno/js",
  "version": "0.49.0",
  "license": "MIT",
  "main": "src/index.js",
  "files": [
    "src",
    "package.json"
  ],
  "scripts": {
    "test": "node --experimental-vm-modules $(npx which jest) --testPathIgnorePatterns test.js",
    "test:ci": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --testPathIgnorePatterns test.js",
    "sandbox:bundle-libraries": "node ./src/sandbox/bundle-libraries.js",
    "prepack": "npm run test"
  },
  "dependencies": {
    "@usebruno/common": "0.23.0",
    "@usebruno/query": "0.2.2",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "atob": "^2.1.2",
    "axios": "1.16.0",
    "btoa": "^1.2.1",
    "chai": "^4.3.7",
    "chai-string": "^1.5.0",
    "cheerio": "^1.0.0",
    "crypto-js": "^4.2.0",
    "handlebars": "^4.7.9",
    "json-query": "^2.2.2",
    "jsonwebtoken": "^9.0.3",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "nanoid": "3.3.8",
    "node-fetch": "^2.7.0",
    "path": "^0.12.7",
    "quickjs-emscripten": "^0.32.0",
    "tv4": "^1.3.0",
    "uuid": "^10.0.0",
    "xml-formatter": "^3.5.0",
    "xml2js": "^0.6.2",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^1.0.0",
    "rollup": "3.30.0"
  }
}
