-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 889 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
36
37
38
{
"name": "@notthatnathan/use-canvas-image",
"version": "1.0.8",
"description": "A React hook for automatically exporting a canvas to img.",
"main": "dist/index.js",
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.mjs"
},
"scripts": {
"build": "microbundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notthatnathan/useCanvasImage.git"
},
"author": "Nathan Fitzsimmons",
"license": "MIT",
"bugs": {
"url": "https://github.com/notthatnathan/useCanvasImage/issues"
},
"homepage": "https://github.com/notthatnathan/useCanvasImage#readme",
"peerDependencies": {
"react": "^16.6.0 || ^17"
},
"devDependencies": {
"microbundle": "^0.15.0"
},
"dependencies": {
"usehooks-ts": "^2.5.4"
},
"keywords": [
"canvas",
"react",
"fullstory",
"logrocket"
]
}