react-native-press-me-button
Version:
An button that screams "Press me!"
36 lines (35 loc) • 922 B
JSON
{
"name": "react-native-press-me-button",
"version": "3.1.0",
"description": "An button that screams \"Press me!\"",
"author": {
"name": "Jan Soendermann",
"email": "jan.soendermann+npm@gmail.com"
},
"homepage": "https://github.com/jsoendermann/react-native-press-me-button",
"repository": {
"type": "git",
"url": "git@github.com:jsoendermann/react-native-press-me-button.git"
},
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build",
"copy-to-example-app": "npm run build && cp index.tsx ./ExampleApp/PressMeButton.tsx"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"color": "^3.1.2"
},
"devDependencies": {
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.18",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
}
}