UNPKG

rn-draggable-bottom-drawer

Version:
49 lines (48 loc) 1.35 kB
{ "name": "rn-draggable-bottom-drawer", "description": "", "version": "1.0.0", "author": "ateixeira", "main": "lib/DraggableBottomDrawer.js", "types": "lib/DraggableBottomDrawer.d.ts", "scripts": { "build": "tsc", "test": "jest --config jest.config.json", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/ateixeira/rn-draggable-bottom-drawer.git" }, "keywords": [ "react native", "Bottom", "Drawer" ], "license": "ISC", "bugs": { "url": "https://github.com/ateixeira/rn-draggable-bottom-drawer/issues" }, "homepage": "https://github.com/ateixeira/rn-draggable-bottom-drawer#readme", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.5.5", "@types/jest": "^24.0.20", "@types/react": "^16.8.23", "@types/react-native": "^0.60.22", "@types/react-test-renderer": "^16.9.1", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.56.3", "prettier": "^1.18.2", "react": "16.11.0", "react-native": "^0.61.0", "react-test-renderer": "^16.11.0", "ts-jest": "^24.1.0", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.6.4" }, "files": [ "lib/**/*" ] }