This commit is contained in:
geoffsee
2025-07-02 18:09:21 -04:00
commit 139ba8ee16
10 changed files with 1108 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "imjen",
"version": "0.0.8",
"author": "imjen Contributors",
"bin": {
"imjen": "./dist/imjen"
},
"scripts": {
"build": "rm -rf dist && deno task build",
"prepublishOnly": "npm run build"
},
"files": ["dist"],
"dependencies": {
"jimp": "^1.6.0"
}
}