forked from storybookjs/native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 696 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
{
"name": "@storybook/native-dev-middleware",
"version": "2.2.1",
"main": "./dist/index.js",
"description": "Middleware for using storybook with emulators open on a local machine",
"files": [
"dist"
],
"repository": "https://github.com/storybookjs/native.git",
"author": "Adil Malik <adil_malik@intuit.com>",
"license": "MIT",
"contributors": [
"Adil Malik <adil_malik@intuit.com>"
],
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@storybook/native-types": "link:../types",
"@types/express": "^4.17.11",
"express": "^4.17.0"
},
"gitHead": "fbc105e027161ddd733378b77cb64c28d776a371",
"publishConfig": {
"access": "public"
}
}