UNPKG

react-native-ios-list

Version:
44 lines (43 loc) 1.12 kB
{ "name": "react-native-ios-list", "version": "2.0.0", "description": "iOS-styled List component", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean-build": "npm run clean && npm run build && copyfiles package.json README.md dist", "watch": "tsc -w", "dev": "nodemon dist/", "clean": "rimraf ./dist/*", "test": "echo \"Error: no test specified\" && exit 1", "publish:custom": "npm run clean-build && cd dist && npm publish && cd -" }, "author": "Andrew Levy <alevy97@gmail.com>", "license": "ISC", "devDependencies": { "@types/node": "^14.14.10", "@types/react": "^16.9.56", "@types/react-native": "^0.63.34", "copyfiles": "^2.4.1", "esbuild": "^0.8.50", "nodemon": "^2.0.6", "rimraf": "^3.0.2", "tslint": "^6.1.3", "typescript": "^4.0.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "repository": { "type": "git", "url": "https://github.com/andrew-levy/react-native-ios-list" }, "keywords": [ "react", "native", "swiftui", "list" ] }