-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.13 KB
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
{
"name": "@amuizz/read-more-text",
"version": "1.1.2",
"description": "The package contains an inline readmore text component",
"main": "src/ReadMoreText.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native-read-more",
"react-native-component",
"react-native-read-more-text",
"read-more-text",
"read-less-text",
"read more",
"inline read more",
"react-native",
"read",
"more",
"less",
"text",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"javascript",
"typescript",
"inline"
],
"author": {
"name": "Abdul Muizz",
"email": "amuizz19@gmail.com"
},
"dependencies": {
"eslint": "^8.22.0",
"react": "*",
"react-dom": "*",
"react-native": "*",
"react-native-web": "*"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"typescript": "~4.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/amuizz20/react-native-read-more-text"
},
"license": "ISC"
}