UNPKG

1.2 kBJSONView Raw
1{
2 "name": "expo-image-manipulator",
3 "version": "10.4.0",
4 "description": "Provides functions that let you manipulation images on the local file system, eg: resize, crop.",
5 "main": "build/ImageManipulator.js",
6 "types": "build/ImageManipulator.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "expo-image-manipulator"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git",
25 "directory": "packages/expo-image-manipulator"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://docs.expo.dev/versions/latest/sdk/imagemanipulator/",
33 "dependencies": {
34 "expo-image-loader": "~3.2.0"
35 },
36 "devDependencies": {
37 "expo-module-scripts": "^2.0.0"
38 },
39 "peerDependencies": {
40 "expo": "*"
41 },
42 "gitHead": "e893ff2b01e108cf246cec02318c0df9d6bc603c"
43}