-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
44
45
46
47
48
49
50
51
{
"name": "@yosgo/image-uploader",
"version": "0.1.5",
"description": "",
"main": "lib/index.js",
"devDependencies": {
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"@types/styled-components": "^4.1.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^4.1.2",
"typescript": "^3.1.1"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": ">= 3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublish": "yarn build",
"publish": "yarn publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yosgo-open-source/image-uploader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yosgo-open-source/image-uploader/issues"
},
"homepage": "https://github.com/yosgo-open-source/image-uploader",
"files": [
"lib",
"LICENSE",
"main.js"
],
"types": "./lib/index.d.ts",
"tags": [
"image-uploader",
"imgur",
"react",
"react-component"
],
"publishConfig": {
"access": "public"
}
}