-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "td-react-native-sdk",
"title": "Treasure Data React Native SDK",
"version": "0.3.0",
"description": "React Native SDK for integration with Treasure Data",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"td-react-native-sdk.podspec"
],
"repository": {
"type": "git",
"url": "git+https://github.com/treasure-data/td-react-native-sdk.git",
"baseUrl": "https://github.com/treasure-data/td-react-native-sdk"
},
"scripts": {
"buildDocs": "jsdoc2md --files ./index.js --no-cache --separators --example-lang js --partial ./docs/partials/*.hbs > ./docs/api.md"
},
"keywords": [
"react-native",
"treasure-data"
],
"author": {
"name": "Treasure Data",
"url": "https://www.treasuredata.com"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "17.0.2",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "17.0.2",
"react-native": "0.67.3"
}
}