rozenite-custom-commands
Version:
Add and execute custom commands in React Native via React Native DevTools powered by Rozenite
85 lines (84 loc) • 2.08 kB
JSON
{
"name": "rozenite-custom-commands",
"version": "0.0.2-alpha.0",
"description": "Add and execute custom commands in React Native via React Native DevTools powered by Rozenite",
"author": "Aironas Kulvelis <aironaskul@gmail.com> (https://github.com/akuul)",
"type": "module",
"main": "./dist/react-native.cjs",
"module": "./dist/react-native.js",
"types": "./dist/react-native.d.ts",
"exports": {
".": {
"types": "./dist/react-native.d.ts",
"import": "./dist/react-native.js",
"require": "./dist/react-native.cjs"
}
},
"scripts": {
"prepublishOnly": "rozenite build",
"dev": "rozenite dev",
"release": "release-it"
},
"dependencies": {
"@rozenite/plugin-bridge": "1.0.0-alpha.8"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.1",
"@rozenite/vite-plugin": "1.0.0-alpha.8",
"@types/react": "~18.3.12",
"react": "18.3.1",
"react-dom": "18.3.0",
"react-native": "0.76.0",
"react-native-web": "0.21.0",
"release-it": "^19.0.4",
"rozenite": "1.0.0-alpha.8",
"typescript": "^5.7.3",
"vite": "^6.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akuul/rozenite-custom-commands"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"hooks": {
"before:npm:publish": "npm run build"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"keywords": [
"react-native",
"react-native-custom-commands",
"custom-commands",
"rozenite-custom-commands",
"rozenite-plugin",
"react-native-devtools",
"rozenite",
"devtools",
"developer-tools",
"debugging"
],
"license": "MIT"
}