UNPKG

@markvivanco/app-version-checker

Version:

React App version checking and update prompts for React, React Native, and web applications

79 lines (78 loc) 1.89 kB
{ "name": "@markvivanco/app-version-checker", "version": "1.0.0", "description": "React App version checking and update prompts for React, React Native, and web applications", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist", "src", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "version", "update", "checker", "react", "react-native", "app-store", "play-store", "semantic-version", "update-prompt", "version-check", "app-update" ], "author": "Mark Vivanco", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": "*" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-native": { "optional": true } }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@types/react": "^18.2.45", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "prettier": "^3.1.1", "react": "^18.2.0", "ts-jest": "^29.1.1", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/markvivanco/app-version-checker.git" }, "bugs": { "url": "https://github.com/markvivanco/app-version-checker/issues" }, "homepage": "https://github.com/markvivanco/app-version-checker#readme" }