-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 912 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "rn-text-highlight",
"version": "1.0.4",
"description": "react-naitve-highlight component",
"main": "./cjs/index.js",
"module": "./es/index.js",
"files": [
"./lib"
],
"keywords": [
"react",
"native",
"highlight",
"text"
],
"scripts": {
"build": "gulp",
"publish": "npm publish ./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/yaogengzhu/rn-text-highlight.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "yaogengzhu",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"through2": "^4.0.2"
},
"dependencies": {
"@babel/preset-env": "^7.18.6"
}
}