-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.31 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
50
51
52
53
54
55
56
{
"name": "@rn-flix/auto-image",
"version": "1.0.1",
"description": "⚡ Image with enhanced feature like auto scale image, loading, and more ⚡",
"main": "dist/index.js",
"react-native": "./dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"release": "release-it",
"build": "tsc && cp src/errorImage.png dist/errorImage.png"
},
"release-it": {
"git": false,
"github": {
"release": true
},
"npm": {
"publish": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/flixyudh/rn-flix.git"
},
"homepage": "https://github.com/flixyudh/rn-flix/tree/master/packages/auto-image",
"keywords": [
"react-native",
"ios",
"android"
],
"author": "Flix <[email protected]> (https://github.com/flixyudh)",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"bugs": {
"url": "https://github.com/flixyudh/rn-flix/issues"
},
"license": "MIT"
}