-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
57
{
"name": "@fawazahmed/react-native-read-more",
"version": "3.0.4",
"description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel example/src/** -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fawaz-ahmed/react-native-read-more.git"
},
"keywords": [
"react-native-read-more",
"react-native-component",
"react-native",
"read",
"more",
"less",
"text",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"javascript",
"typescript",
"inline"
],
"author": {
"name": "Fawaz Ahmed",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fawaz-ahmed/react-native-read-more/issues"
},
"homepage": "https://github.com/fawaz-ahmed/react-native-read-more#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"metro-react-native-babel-preset": "^0.68.0"
}
}