UNPKG

@callstack/repack-debugger-app

Version:

Browser debugger app for React Native applications as part of @callstack/repack.

53 lines (52 loc) 1.34 kB
{ "name": "@callstack/repack-debugger-app", "description": "Browser debugger app for React Native applications as part of @callstack/repack.", "license": "MIT", "version": "1.0.2", "type": "module", "main": "./index.js", "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "files": [ "./dist", "./index.js", "./index.d.ts", "CHANGELOG.md" ], "homepage": "https://github.com/callstack/repack", "repository": "github:callstack/repack", "keywords": [ "repack", "re.pack", "debugger", "dev-server" ], "author": "zamotany <zamotany.oss@gmail.com>", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "build": "webpack -c webpack.config.cjs", "build:watch": "yarn build --watch", "lint": "eslint src" }, "devDependencies": { "@babel/core": "^7.18.2", "@babel/preset-env": "^7.18.2", "@callstack/eslint-config": "^12.0.2", "babel-loader": "^8.2.5", "css-loader": "^6.7.1", "eslint": "^8.17.0", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.6.0", "terser-webpack-plugin": "^5.3.3", "url-loader": "^4.1.1", "webpack": "^5.75.0", "webpack-cli": "^4.9.2", "worker-loader": "^3.0.8" } }