{ "license": "MPL-2.0", "repository": { "url": "git://github.com/firefox-devtools/debugger.git", "type": "git" }, "bugs": { "url": "https://github.com/firefox-devtools/debugger/issues" }, "homepage": "https://github.com/firefox-devtools/debugger#readme", "engineStrict": true, "scripts": { "license-check": "devtools-license-check", "links": "ls -l node_modules/ | grep ^l || echo 'no linked packages'", "test": "TZ=Africa/Nairobi jest", "test-ci": "TZ=Africa/Nairobi jest --json", "test:watch": "jest --watch", "test:coverage": "yarn test --coverage", "test:all": "yarn test" }, "dependencies": { "acorn": "~8.8.2", "source-map": "0.7.4", "wasmparser": "^3.1.1" }, "private": true, "workspaces": [ "packages/*" ], "files": [ "src", "assets" ], "author": "Jason Laster ", "devDependencies": { "@babel/core": "^7.28.3", "@babel/parser": "^7.28.3", "@babel/types": "^7.28.2", "@babel/plugin-syntax-import-attributes": "^7.27.1", "@babel/plugin-transform-class-properties": "^7.27.1", "@babel/plugin-transform-class-static-block": "^7.28.3", "@babel/plugin-transform-explicit-resource-management": "^7.28.0", "@babel/plugin-transform-modules-commonjs": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-optional-chaining": "^7.27.1", "@babel/plugin-transform-private-methods": "^7.27.1", "@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/plugin-transform-unicode-sets-regex": "^7.27.1", "@babel/preset-env": "^7.28.3", "@babel/register": "^7.28.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "babel-jest": "^29.7.0", "babel-loader": "^8.2.5", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-amd-to-commonjs": "1.6.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-in-case": "^1.0.2", "jest-localstorage-mock": "^2.4.17", "prettier": "2.8.8", "rollup": "3.20.2", "rollup-plugin-inject-process-env": "^1.3.1", "rollup-plugin-node-polyfills": "^0.2.1" } }