react-native-yarn-workspaces-v2
Version:
React Native support for Yarn Workspaces.
36 lines (35 loc) • 824 B
JSON
{
"name": "react-native-yarn-workspaces-v2",
"description": "React Native support for Yarn Workspaces.",
"keywords": [
"node",
"react",
"react-native",
"yarn",
"yarn-workspaces",
"monorepo",
"javascript",
"typescript"
],
"version": "0.0.2",
"main": "index.js",
"bin": "symlink.js",
"license": "MIT",
"author": {
"name": "Gyanendro Kh",
"email": "khgyanendro77@gmail.com",
"url": "https://gyanendrokh.github.io"
},
"homepage": "https://github.com/GyanendroKh/react-native-yarn-workspaces-v2",
"repository": {
"type": "git",
"url": "https://github.com/GyanendroKh/react-native-yarn-workspaces-v2.git"
},
"dependencies": {
"find-yarn-workspace-root": "^2.0.0",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}