-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 945 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 945 Bytes
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
{
"name": "@react-native-webworker/polyfills",
"description": "Polyfills for React Native WebWorker",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node scripts/build.js && node scripts/generate-header.js"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "^0.83.0",
"metro": "^0.83.0",
"metro-babel-transformer": "^0.83.0",
"metro-minify-terser": "^0.83.0",
"metro-resolver": "^0.83.0",
"abort-controller": "3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V3RON/react-native-webworker.git"
},
"author": "Szymon Chmal <szymon@chmal.it> (https://github.com/V3RON)",
"license": "MIT",
"bugs": {
"url": "https://github.com/V3RON/react-native-webworker/issues"
},
"homepage": "https://github.com/V3RON/react-native-webworker#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}