@flexnative/theme-context
Version:
React ThemeContext
34 lines (33 loc) • 804 B
JSON
{
"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"
}
}