react-native-camera-kit/package.json
Microsoft Provenance Contributions 40c41921a9
Update package.json to include the repository
NOTE: This is not a bot. This change was made by and comments will be reviewed by humans. We are using this service account to be able to track the overall progress.

With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources. 

We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your package.json REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information.

If you do not want us to create such PRs against your GitHub repositories, or wish to provide any other feedback, please comment on this PR. 

Published NPM packages with repository information:
• react-native-camera-kit
2021-08-25 17:08:46 +08:00

51 lines
1.4 KiB
JSON

{
"name": "react-native-camera-kit",
"repository": {
"type": "git",
"url": "https://github.com/teslamotors/react-native-camera-kit.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "11.2.0",
"description": "A high performance, fully featured, rock solid camera library for React Native applications",
"nativePackage": true,
"react-native": "src/index",
"source": "src/index",
"scripts": {
"test": "jest",
"lint": "yarn eslint -c .eslintrc.js",
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
},
"main": "src/index.js",
"dependencies": {
"lodash": "^4.14.2"
},
"license": "MIT",
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.165",
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
"babel-jest": "22.4.1",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "0.51.0",
"pod-install": "^0.1.0",
"prettier": "^2.1.2",
"react": "16.11.0",
"react-native": "0.62.2",
"react-test-renderer": "16.6.0",
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}