UNPKG

appcenter-link-scripts

Version:

Node module that contains common functionality needed to link appcenter-* modules

40 lines (39 loc) 1.05 kB
{ "name": "appcenter-link-scripts", "version": "5.0.3", "description": "Node module that contains common functionality needed to link appcenter-* modules", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/microsoft/appcenter-sdk-react-native.git" }, "keywords": [ "react-native", "appcenter" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/microsoft/appcenter-sdk-react-native/issues" }, "homepage": "https://github.com/microsoft/appcenter-sdk-react-native#readme", "dependencies": { "debug": "4.3.1", "glob": "5.0.15", "mkdirp": "0.5.3", "plist": "^3.0.2", "which": "1.2.11", "xcode": "2.0.0" }, "devDependencies": { "babel-eslint": "7.2.3", "eslint": "6.8.0", "eslint-config-airbnb": "18.2.1", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.21.5" }, "scripts": { "lint": "./node_modules/.bin/eslint ." } }