UNPKG

bugsnag-source-maps-fork

Version:

CLI and JS library for uploading source maps to Bugsnag

77 lines (76 loc) 2.03 kB
{ "name": "bugsnag-source-maps-fork", "version": "2.5.1", "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" }, "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", "@react-native-community/eslint-config": "^2.0.0", "@types/command-line-args": "^5.0.0", "@types/command-line-usage": "^5.0.1", "@types/concat-stream": "^1.6.0", "@types/glob": "^7.1.3", "@types/jest": "^26.0.14", "@types/multiparty": "0.0.32", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "babel-jest": "^26.5.2", "babel-plugin-const-enum": "^1.0.1", "eslint": "^7.12.1", "eslint-plugin-node": "^11.1.0", "jest": "^26.5.3", "multiparty": "^4.2.2", "once": "^1.4.0", "typescript": "^4.0.3", "webpack": "^5.3.0", "webpack-cli": "^4.1.0" }, "dependencies": { "command-line-args": "^5.1.1", "command-line-usage": "^6.1.0", "concat-stream": "^2.0.0", "consola": "^3.0.0", "form-data": "^3.0.0", "glob": "^7.1.6", "read-pkg-up": "^7.0.1" } }