UNPKG

react-native-col

Version:
56 lines (55 loc) 1.28 kB
{ "name": "react-native-col", "version": "2.0.4", "description": "Flexbox made easy & semantic", "browser": "dist/index.js", "react-native": "src/index.tsx", "main": "src/index.tsx", "files": [ "dist", "src" ], "scripts": { "build": "rimraf dist && tsc -p .", "build-lint": "tsc --noEmit", "test": "jest src/", "release": "np" }, "repository": { "type": "git", "url": "git+https://github.com/eightyfive/react-native-col.git" }, "keywords": [ "react-native", "flexbox", "column", "col", "row", "dial" ], "author": "0x55 <0xfiftyfive@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/eightyfive/react-native-col/issues" }, "homepage": "https://github.com/eightyfive/react-native-col#readme", "peerDependencies": { "react-native": "*" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/react": "^18.0.12", "@types/react-native": "^0.69.1", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "jest": "^29.7.0", "prettier": "^2.6.2", "react-native": "^0.69.1", "rimraf": "^3.0.2", "ts-jest": "^29.2.5", "typescript": "^4.9" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }