-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "react-preview-file",
"version": "0.1.3",
"description": "Efficient way of rendering an image preview from a File",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "ts-react-toolbox dev",
"test": "ts-react-toolbox test",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"release": "ts-react-toolbox release",
"bootstrap": "ts-react-toolbox init",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze"
},
"repository": "https://github.com/zzarcon/react-preview-file",
"author": "Hector Leon Zarco Garcia <hezarco@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "^16.3.0"
},
"devDependencies": {
"ts-react-toolbox": "^0.1.16"
},
"engines": {
"node": ">=8.5.0"
},
"files": [
"dist"
],
"keywords": [
"react",
"file",
"preview",
"image",
"filereader",
"createobjecturl"
]
}