rn-variant
Version:
Light-weight, type-safe style variants for React Native.
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "rn-variant",
"version": "0.1.1",
"description": "Light-weight, type-safe style variants for React Native.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react-native",
"rn-variant",
"react-native-variant",
"react-native-variants",
"variant",
"stylesheet",
"styles",
"react-native-style",
"react-native-styles",
"type-safe-variant",
"typescript"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test:watch": "vitest",
"test": "vitest run",
"ts": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/simonboisset/rn-variant",
"directory": "packages/rn-variant"
},
"bugs": {
"url": "https://github.com/simonboisset/rn-variant/issues"
},
"homepage": "https://github.com/simonboisset/rn-variant",
"author": "Simon Boisset <simon@lezo.dev>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"devDependencies": {
"react-native": "^0.79.2",
"react-native-web": "^0.20.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
}
}