react-native-fast-image/package.json

58 lines
1.8 KiB
JSON

{
"name": "react-native-fast-image",
"version": "0.0.0-development",
"description": "🚩 FastImage, performant React Native image component.",
"keywords": [
"cache",
"cached",
"fastimage",
"image",
"priority"
],
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
"bugs": {
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DylanVann/react-native-fast-image.git"
},
"license": "(MIT AND Apache-2.0)",
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"commit": "git-cz",
"format": "prettier --write --list-different ./src/*.js",
"prepare": "git submodule update --init --recursive",
"semantic-release": "semantic-release",
"test": "yarn run format && yarn run test:jest",
"test:jest": "jest ./src/*.js"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"babel-jest": "^23.6.0",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "0.48.1",
"prettier": "^1.15.2",
"prettier-check": "^2.0.0",
"prop-types": "^15.6.2",
"react": "16.6.0-alpha.8af6728",
"react-native": "^0.57.4",
"react-test-renderer": "16.6.0-alpha.8af6728",
"semantic-release": "^15.13.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}