mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* chore: update package-lock.json to include yaml dependency * feat: add script-aware stack traces and source context for script/test failures * chore: sync package-lock.json with yaml dependency in bruno-js * fix: handle null check in getErrorTypeName and align JSDoc style * refactor: derive script path from request.pathname and use SCRIPT_TYPES constant * fix: avoid showing source context for collection/folder script errors * feat: map collection/folder script errors to source file and line * fix: update error formatting and avoid undefined message * fix: resolve script block location in collection/folder yml files * refactor: use script wrapper utils and rename wrapper offsets * refactor: move script wrapper to utils, add wrapScriptInClosure fn
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@usebruno/js",
|
|
"version": "0.12.0",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "node --experimental-vm-modules $(npx which jest) --testPathIgnorePatterns test.js",
|
|
"sandbox:bundle-libraries": "node ./src/sandbox/bundle-libraries.js"
|
|
},
|
|
"dependencies": {
|
|
"@usebruno/common": "0.1.0",
|
|
"@usebruno/query": "0.1.0",
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"atob": "^2.1.2",
|
|
"axios": "^1.8.3",
|
|
"btoa": "^1.2.1",
|
|
"chai": "^4.3.7",
|
|
"chai-string": "^1.5.0",
|
|
"cheerio": "^1.0.0",
|
|
"crypto-js": "^4.2.0",
|
|
"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.29.2",
|
|
"tv4": "^1.3.0",
|
|
"uuid": "^9.0.0",
|
|
"xml-formatter": "^3.5.0",
|
|
"xml2js": "^0.6.2",
|
|
"yaml": "^2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^23.0.2",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"rollup": "3.29.5",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|