-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
28 lines (28 loc) · 863 Bytes
/
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
{
"name": "react-native-twitter-textview",
"version": "1.0.7",
"description": "A <TextView/> component for React Native built on top of twitter-text linkification.",
"main": "dist",
"repository": "https://github.com/cawfree/react-native-twitter-textview",
"author": "cawfree <hello@cawfree.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "yarn && babel src --out-dir dist && rm -rf node_modules",
"prettify": "yarn prettier ./src/* --write",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"husky": "^4.1.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-native": "^0.61.5"
}
}