-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 937 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
43
44
45
46
{
"name": "@react-native-community/javascriptcore",
"version": "0.2.0",
"description": "JavaScriptCore engine for React Native",
"main": "index.js",
"directories": {
"example": "example"
},
"keywords": [
"react-native",
"javascriptcore",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/javascriptcore.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"ios",
"android",
"common",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"release": "release-it"
},
"license": "MIT",
"devDependencies": {
"release-it": "^18.1.2"
}
}