74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"name": "react-native-nfc-manager",
|
|
"version": "3.13.5",
|
|
"description": "A NFC module for react native.",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/whitedogg13/react-native-nfc-manager.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/whitedogg13/react-native-nfc-manager/issues"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"android",
|
|
"ios",
|
|
"nfc"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"ndef-lib",
|
|
"index.d.ts",
|
|
"android",
|
|
"ios",
|
|
"react-native-nfc-manager.podspec",
|
|
"app.plugin.js"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Richie",
|
|
"url": "https://github.com/whitedogg13"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"@release-it/conventional-changelog": "^2.0.1",
|
|
"dotenv-cli": "^4.0.0",
|
|
"eslint": "^7.19.0",
|
|
"jest": "^26.6.3",
|
|
"jest-cli": "^26.6.3",
|
|
"prettier": "^2.2.1",
|
|
"react": "^16.13.1",
|
|
"react-native": "^0.63.0",
|
|
"release-it": "^14.3.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@expo/config-plugins": "^4.0.16"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"test": "jest -i",
|
|
"release": "dotenv release-it --"
|
|
}
|
|
}
|