UNPKG

jans-common-rn-components

Version:
34 lines (33 loc) 813 B
{ "name": "jans-common-rn-components", "version": "0.1.2", "description": "Jan's common react native components.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "prepush": "npm run ts:lint", "prepublish": "npm run ts:build", "ts:lint": "tslint 'src/**/*.ts'", "ts:build": "tsc", "ts:watch": "tsc --watch" }, "repository": { "type": "git", "url": "https://github.com/jsoendermann/jans-common-rn-components.git" }, "license": "Apache-2.0", "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^15.0.29", "@types/react-native": "^0.44.11", "husky": "^0.13.4", "tslint": "^5.4.3", "typescript": "^2.3.4" }, "dependencies": { "styled-components": "^2.1.0" } }