@assetcrush/react-native-sdk
Version:
A simple react native library to resize image on fly
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "@assetcrush/react-native-sdk",
"version": "0.0.8",
"description": "A simple react native library to resize image on fly",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel example/lib/** -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assetcrush/react-native-sdk"
},
"keywords": [
"react-native",
"react",
"assetcrush",
"resize",
"image-resize",
"image",
"assets",
"on-the-fly",
"javascript",
"typescript"
],
"author": {
"name": "assetcrush",
"email": "dev@assetcrush.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/assetcrush/react-native-sdk/issues"
},
"homepage": "https://assetcrush.com/en/docs/reactnative-sdk",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"metro-react-native-babel-preset": "^0.68.0"
}
}