This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

53 lines
1.2 KiB
JSON

{
"name": "@expo/image-utils",
"version": "0.3.12",
"description": "A package used by Expo CLI for processing images",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "jest",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/image-utils"
},
"keywords": [
"json"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/image-utils#readme",
"files": [
"build"
],
"dependencies": {
"@expo/spawn-async": "1.5.0",
"chalk": "^4.0.0",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
"jimp": "0.12.1",
"mime": "^2.4.4",
"node-fetch": "^2.6.0",
"parse-png": "^2.1.0",
"resolve-from": "^5.0.0",
"semver": "7.3.2",
"tempy": "0.3.0"
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.19",
"@types/fs-extra": "^9.0.1",
"@types/getenv": "^0.7.0",
"@types/semver": "^6.0.0",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}