UNPKG

@flexnative/theme-context

Version:
34 lines (33 loc) 804 B
{ "name": "@flexnative/theme-context", "version": "0.0.14", "description": "React ThemeContext", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "react-native", "theme-context" ], "author": "Redon Alla", "license": "MIT", "devDependencies": {}, "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/ra-theme-context" } }