-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
{
"version": "1.9.0",
"name": "@rpldy/mock-sender",
"description": "mock sender for testing purposes",
"author": "yoav niran (https://github.com/yoavniran)",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main:dev": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
"homepage": "https://react-uploady.org",
"repository": {
"type": "git",
"url": "https://github.com/rpldy/react-uploady.git",
"directory": "packages/mock-sender"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/react-uploady"
},
"scripts": {
"build": "node ../../../scripts/build.mjs"
},
"dependencies": {
"@rpldy/shared": "^1.9.0"
},
"devDependencies": {
"@rpldy/sender": "^1.9.0",
"@rpldy/uploader": "^1.9.0",
"flow-bin": "^0.256.0"
},
"publishConfig": {
"access": "public"
}
}