-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@datobs/react-native-perspective-image-cropper",
"version": "0.4.12",
"description": "React native library allowing you to make custom crop and perspective corrections on photos",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/datobs/react-native-perspective-image-cropper"
},
"keywords": [
"react-native",
"scanner",
"crop"
],
"author": "Michaël Villeneuve",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-native": ">=0.70",
"react-native-svg": "^15.3.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-native": "^0.72.5",
"react": "^18.2.0",
"react-native": "^0.72.6",
"react-native-svg": "^15.3.0",
"typescript": "^5.2.2"
}
}