-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 762 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 762 Bytes
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
{
"name": "@dioncodes/react-native-layout-margins",
"version": "1.3.3",
"description": "React Native Layout Margins",
"author": "Dion Purushotham",
"license": "MIT",
"main": "lib/",
"scripts": {
"test": "true",
"build": "true",
"release-notes": "conventional-github-releaser -p eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dioncodes/react-native-layout-margins.git"
},
"peerDependencies": {
"react": ">=16.4.2",
"react-native": ">=0.55.4",
"react-native-gesture-handler": "^1.9.0"
},
"devDependencies": {
"@textpress/eslint-config-textpress": "^0.4.0",
"conventional-github-releaser": "^3.1.2"
}
}