react-native-npm-tool
Version:
a test npm tool
23 lines (22 loc) • 465 B
JSON
{
"name": "react-native-npm-tool",
"version": "0.0.3",
"description": "a test npm tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"npm-tool"
],
"repository": {
"type": "git",
"url": "https://gitee.com/iosfeng.com/react-native-npm-tool.git"
},
"author": "huyufeng",
"license": "MIT",
"peerDependencies": {
"react-native": "0.57.8"
}
}