This repository was archived by the owner on Jul 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 34
34
"tsc-cjs" : " tsc --project tsconfig.cjs.json && echo '{\" type\" :\" commonjs\" }' > lib-cjs/package.json" ,
35
35
"tsc-esm" : " tsc --project tsconfig.esm.json"
36
36
},
37
- "repository" : {
38
- "type" : " git" ,
39
- "url" : " git+https://github.com/image-js/image-js.git"
40
- },
41
- "bugs" : {
42
- "url" : " https://github.com/image-js/image-js/issues"
43
- },
44
- "homepage" : " https://github.com/image-js/image-js#readme" ,
45
37
"dependencies" : {
46
38
"bresenham-zingl" : " ^0.2.0" ,
47
39
"colord" : " ^2.9.3" ,
62
54
"robust-point-in-polygon" : " ^1.0.3" ,
63
55
"ssim.js" : " ^3.5.0" ,
64
56
"tiff" : " ^6.1.1" ,
65
- "ts-pattern" : " ^5.6.1"
57
+ "ts-pattern" : " ^5.6.1" ,
58
+ "uint8-base64" : " ^1.0.0"
66
59
},
67
60
"devDependencies" : {
68
61
"@microsoft/api-extractor" : " ^7.49.1" ,
93
86
"rimraf" : " ^6.0.1" ,
94
87
"tailwindcss" : " ^3.4.17" ,
95
88
"typescript" : " ~5.7.3" ,
96
- "uint8-base64" : " ^1.0.0" ,
97
89
"vite" : " ^6.0.8" ,
98
90
"vitest" : " ^2.1.8"
99
- }
91
+ },
92
+ "repository" : {
93
+ "type" : " git" ,
94
+ "url" : " git+https://github.com/image-js/image-js.git"
95
+ },
96
+ "bugs" : {
97
+ "url" : " https://github.com/image-js/image-js/issues"
98
+ },
99
+ "homepage" : " https://github.com/image-js/image-js#readme"
100
100
}
You can’t perform that action at this time.
0 commit comments