react-native-zip-archive/package.json
Perry Poon d8ad4f7108
Some checks failed
npm-publish / npm-publish (push) Has been cancelled
Release 6.0.3
2021-04-19 15:27:06 +08:00

38 lines
937 B
JSON

{
"name": "react-native-zip-archive",
"version": "6.0.3",
"description": "A little wrapper on ZipArchive for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:mockingbot/react-native-zip-archive.git"
},
"keywords": [
"react-native",
"ios",
"android",
"zip",
"archive",
"zip-archive",
"unzip"
],
"author": "Perry Poon <plrthink@gmail.com> (https://github.com/plrthink)",
"homepage": "https://github.com/mockingbot/react-native-zip-archive",
"license": "MIT",
"devDependencies": {
"@babel/core": "*",
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^6.7.2",
"react": ">=16.8.6",
"react-native": ">=0.60.0"
},
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.60.0"
}
}