expo-barcode-generator
Version:
A React Native barcode generator compatible with Expo
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "expo-barcode-generator",
"version": "4.0.0",
"author": {
"name": "Nicholas Mamali",
"email": "mamalefhulufhelo@gmail.com"
},
"contributors": [
{
"name": "JP Strydom",
"email": "jpstrydom8@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/nmamali/expo-barcode-generator.git"
},
"bugs": {
"url": "https://github.com/nmamali/expo-barcode-generator/issues"
},
"homepage": "https://github.com/nmamali/expo-barcode-generator#readme",
"license": "ISC",
"description": "A React Native barcode generator compatible with Expo",
"keywords": [
"React",
"ReactNative",
"Barcode",
"Expo"
],
"main": "index.js",
"scripts": {
"lint": "eslint \"./**/*.{js,jsx}\" --fix",
"lint:ci": "eslint \"./**/*.{js,jsx}\"",
"prepare": "husky",
"prettier": "prettier --write \"./**/*.{js,jsx,json,md}\""
},
"dependencies": {
"jsbarcode": "^3.11.6",
"react-native-svg": "15.8.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"prop-types": "^15.8.1"
}
}