react-native-base-stickers
Version:
create sticker packs for whatsapp with your react-native app
38 lines (37 loc) • 951 B
JSON
{
"name": "react-native-base-stickers",
"version": "1.0.30",
"description": "create sticker packs for whatsapp with your react-native app",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Jobeso/react-native-base-stickers"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"whatsapp",
"sticker",
"stickers",
"stickerpack",
"pack"
],
"license": "MIT",
"author": "leonardo <developer@easycodes.com.br>",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.15.2"
}
}