-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
42
43
{
"name": "exbuild",
"version": "0.2.2",
"description": "Use Esbuild with react-native and Expo Go in development or with react-native-web",
"main": "src/index.js",
"bin": {
"exbuild": "src/cli.js"
},
"scripts": {
"types": "tsc ./src/cli.js --declaration --emitDeclarationOnly --out index.js --module amd --target es2015 --allowJs"
},
"keywords": [
"exbuild",
"react-native",
"react-native-web",
"expo"
],
"author": "Dalci de Jesus Bagolin <[email protected]> (https://github.org/dalcib)",
"license": "MIT",
"dependencies": {
"@react-native-community/cli-server-api": "4.13.1",
"commander": "^8.0.0",
"deepmerge": "^4.2.2",
"deno-importmap": "^0.1.6",
"esbuild": "^0.12.12",
"esbuild-plugin-alias": "^0.1.2",
"flow-remove-types": "^2.152.0",
"image-size": "^1.0.0",
"md5-file": "^3.2.3",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {
"@types/node": "^15.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalcib/exbuild.git"
},
"bugs": {
"url": "https://github.com/dalcib/exbuild/issues"
},
"homepage": "https://github.com/dalcib/exbuild#readme"
}