UNPKG

react-native-avo-inspector

Version:

[![npm version](https://badge.fury.io/js/react-native-avo-inspector.svg)](https://badge.fury.io/js/react-native-avo-inspector)

76 lines (75 loc) 1.76 kB
{ "name": "react-native-avo-inspector", "version": "1.3.1", "description": "", "main": "dist/index.js", "browser": "dist/index.js", "react-native": "dist-native/index.js", "types": "dist/index.d.ts", "scripts": { "build-native": "tsc --outDir dist-native", "test": "jest", "test:browser": "BROWSER=1 jest", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/avohq/web-avo-inspector.git" }, "jest": { "transform": { "^.+\\.[j]sx?$": "babel-jest", "^.+\\.[t]sx?$": "ts-jest" }, "testPathIgnorePatterns": [ "constants", "examples", "node_modules", "dist", "dist-native" ], "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] }, "keywords": [ "web", "analytics", "avo", "react", "react-native", "node", "javascript" ], "author": "Avo (https://www.avo.app)", "license": "MIT", "bugs": { "url": "https://github.com/avohq/web-avo-inspector/issues" }, "homepage": "https://github.com/avohq/web-avo-inspector#readme", "devDependencies": { "@babel/core": "7.25.2", "@babel/preset-env": "7.25.3", "@types/jest": "29.5.12", "@types/node": "22.3.0", "babel-preset-es2015": "6.24.1", "babel-preset-react": "6.24.1", "eslint": "9.9.0", "eslint-plugin-react": "7.35.0", "jest": "29.7.0", "prettier": "3.3.3", "prettier-eslint": "16.3.0", "ts-jest": "29.2.4", "ts-loader": "9.5.1", "typescript": "5.5.4" }, "externals": [ "react-native" ], "dependencies": { "@react-native-async-storage/async-storage": "^1.24.0" } }