react-native-components-inspector
Version:
react native components inspector can used to click the component and open the code in the editor
70 lines (69 loc) • 1.78 kB
JSON
{
"name": "react-native-components-inspector",
"version": "0.0.9",
"description": "react native components inspector can used to click the component and open the code in the editor",
"keywords": [
"react-native",
"click-to-component",
"expo",
"inspector",
"babel-plugin",
"metro",
"developer-tools",
"launch-editor"
],
"license": "MIT",
"author": "winches",
"files": [
"src",
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./src/index.ts",
"./components": "./src/components/index.ts",
"./components/*": "./src/components/*",
"./babel/*": "./src/babel/*.js",
"./scripts/*": "./src/scripts/*.js",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"playground": "vite --config playground/vite.config.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"release": "bumpp && pnpm publish",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.15.17",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.4",
"@vitejs/plugin-react": "^4.4.1",
"bumpp": "^10.1.0",
"happy-dom": "^17.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "^0.81.4",
"tsdown": "^0.11.1",
"typescript": "^5.8.3",
"vite": "npm:rolldown-vite@latest",
"vitest": "^3.1.3"
},
"dependencies": {
"launch-editor": "^2.11.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}