-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 877 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
{
"name": "react-native-can-draw-overlays",
"version": "1.0.0",
"description": "can draw overlays permission",
"main": "index.js",
"types": "index.d.ts",
"author": "Evgeny Razumov (enniel)",
"license": "MIT",
"homepage": "https://github.com/enniel/react-native-can-draw-overlays",
"bugs": {
"url": "https://github.com/enniel/react-native-can-draw-overlays/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/enniel/react-native-can-draw-overlays.git"
},
"scripts": {
"clean:js": "rm -rf node_modules package-lock.json",
"clean:android": "rm -rf android/build",
"clean": "npm run clean:js && npm run clean:android",
"fresh": "npm run clean && npm i --legacy-peer-deps --no-optional"
},
"devDependencies": {
"@types/react-native": "0.64.10",
"react": "17.0.1",
"react-native": "0.64.2"
}
}