-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 979 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
{
"name": "pili-streaming-react-native",
"version": "3.0.0",
"description": "",
"main": "index.js",
"files": [
"android",
"ios",
"js",
"index.js"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pili-engineering/pili-streaming-react-native.git"
},
"keywords": [
"pili",
"react-native"
],
"author": "qiniu",
"license": "ISC",
"bugs": {
"url": "https://github.com/pili-engineering/pili-streaming-react-native/issues"
},
"homepage": "https://github.com/pili-engineering/pili-streaming-react-native#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"rollup": "^1.27.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0"
}
}