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 3434 "tsc-cjs" : " tsc --project tsconfig.cjs.json && echo '{\" type\" :\" commonjs\" }' > lib-cjs/package.json" ,
3535 "tsc-esm" : " tsc --project tsconfig.esm.json"
3636 },
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" ,
4537 "dependencies" : {
4638 "bresenham-zingl" : " ^0.2.0" ,
4739 "colord" : " ^2.9.3" ,
6254 "robust-point-in-polygon" : " ^1.0.3" ,
6355 "ssim.js" : " ^3.5.0" ,
6456 "tiff" : " ^6.1.1" ,
65- "ts-pattern" : " ^5.6.1"
57+ "ts-pattern" : " ^5.6.1" ,
58+ "uint8-base64" : " ^1.0.0"
6659 },
6760 "devDependencies" : {
6861 "@microsoft/api-extractor" : " ^7.49.1" ,
9386 "rimraf" : " ^6.0.1" ,
9487 "tailwindcss" : " ^3.4.17" ,
9588 "typescript" : " ~5.7.3" ,
96- "uint8-base64" : " ^1.0.0" ,
9789 "vite" : " ^6.0.8" ,
9890 "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"
100100}
You can’t perform that action at this time.
0 commit comments