-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
49 lines (49 loc) · 1.17 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@qeepsake/react-native-images-collage",
"version": "3.3.3",
"description": "Customizable image grid component for React Native",
"keywords": [
"react-native",
"photo collage",
"photo grid",
"photo matrix",
"photo editing",
"image collage",
"image grid",
"image matrix",
"image editing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Qeepsake/react-native-images-collage.git"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"flow": "flow",
"build": "flow-remove-types src/ -d lib/",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged"
},
"author": "Luke Brandon Farrell",
"license": "MIT",
"readme": "README.md",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"semantic-release": "^17.4.3"
},
"release": {
"branches": [
"master",
"next"
]
}
}