UNPKG

@rozenite/repack

Version:
55 lines 1.29 kB
{ "name": "@rozenite/repack", "version": "1.0.0-alpha.15", "description": "Re.Pack bundler plugin for Rozenite.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "templates" ], "keywords": [ "react-native", "devtools", "re.pack", "plugin", "bundler" ], "homepage": "https://github.com/callstackincubator/rozenite#readme", "bugs": { "url": "https://github.com/callstackincubator/rozenite/issues" }, "repository": { "type": "git", "url": "https://github.com/callstackincubator/rozenite.git" }, "author": "Szymon Chmal <szymon.chmal@callstack.com>", "license": "MIT", "exports": { "./package.json": "./package.json", ".": { "development": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "dependencies": { "tslib": "^2.3.0", "semver": "^7.7.2", "@rozenite/middleware": "1.0.0-alpha.15", "@rozenite/tools": "1.0.0-alpha.15" }, "peerDependencies": { "@callstack/repack": "^5.2" }, "devDependencies": { "@callstack/repack": "^5.2", "@types/semver": "^7.7.0" }, "engines": { "node": ">=20" } }