UNPKG

bugsnag-source-maps-fork

Version:

CLI and JS library for uploading source maps to Bugsnag

78 lines (77 loc) 2.05 kB
{ "name": "bugsnag-source-maps-fork", "version": "3.0.0", "description": "CLI and JS library for uploading source maps to Bugsnag", "main": "dist/index.js", "homepage": "https://github.com/bugsnag/bugsnag-source-maps", "bugs": { "url": "https://github.com/bugsnag/bugsnag-source-maps/issues" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/bugsnag/bugsnag-source-maps.git" }, "bin": { "bugsnag-source-maps": "bin/cli" }, "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -fr dist", "build": "npm run clean && tsc -p tsconfig.build.json", "lint": "eslint . --ext .js,.ts", "test": "tsc --noEmit && npm run lint && jest", "preversion": "npm run build" }, "files": [ "bin", "dist", "LICENSE.txt" ], "keywords": [ "Bugsnag", "source", "maps", "CLI", "tool", "upload" ], "author": "Bugsnag", "license": "MIT", "devDependencies": { "@babel/core": "^7.11.6", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.11.5", "@babel/preset-typescript": "^7.10.4", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.39.1", "@react-native-community/eslint-config": "^3.0.0", "@types/command-line-args": "^5.0.0", "@types/command-line-usage": "^5.0.1", "@types/concat-stream": "^2.0.0", "@types/jest": "^30.0.0", "@types/multiparty": "^4.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "babel-jest": "^30.0.0", "babel-plugin-const-enum": "^1.0.1", "eslint": "^9.0.0", "jest": "^30.0.0", "multiparty": "^4.2.2", "once": "^1.4.0", "typescript": "^5.0.3", "webpack": "^5.3.0", "webpack-cli": "^6.0.0" }, "dependencies": { "command-line-args": "^6.0.0", "command-line-usage": "^7.0.0", "concat-stream": "^2.0.0", "consola": "^3.0.0", "form-data": "^4.0.0", "glob": "^11.0.0", "read-package-up": "^12.0.0" } }