unicrn
Version:
CLI tool for adding React Native UI components inspired by shadcn/ui, built with Unistyles
57 lines (56 loc) • 1.11 kB
JSON
{
"name": "unicrn",
"description": "CLI tool for adding React Native UI components inspired by shadcn/ui, built with Unistyles",
"version": "1.0.5",
"private": false,
"bin": {
"unicrn": "bin/unicrn.js"
},
"files": [
"bin/",
"lib/",
"README.md"
],
"keywords": [
"react-native",
"ui",
"components",
"unistyles",
"cli",
"shadcn",
"expo",
"copy-paste"
],
"author": "periabyte",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/periabyte/unicrn.git"
},
"homepage": "https://github.com/periabyte/unicrn",
"bugs": {
"url": "https://github.com/periabyte/unicrn/issues"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"commander": "^12.1.0"
},
"devDependencies": {
"jest": "^29.7.0",
"@types/jest": "^29.5.8"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/__tests__/**/*.test.js"
],
"testTimeout": 10000
}
}