UNPKG

@flexnative/theme-context

Version:
48 lines (47 loc) 1.08 kB
{ "name": "@flexnative/theme-context", "version": "0.0.22", "description": "React ThemeContext", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc --build", "clean": "rm -rf dist", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "publishConfig": { "access": "public" }, "keywords": [ "react", "react-native", "theme-context" ], "author": "Redon Alla", "license": "MIT", "dependencies": { "color-bits": "*" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-native": "^0.73.0", "typescript": "^5.8.3" }, "homepage": "https://redonalla.github.io/flexnative/", "bugs": "https://github.com/RedonAlla/flexnative/issues", "repository": { "type": "git", "url": "https://github.com/RedonAlla/flexnative.git", "directory": "npm-packages/src/packages/context/theme-context" }, "peerDependencies": { "react": ">=19.0.0" } }