@wonfsy/wonfy-tools
Version:
Collection of tools for personal use, provides library and CLI.
26 lines • 538 B
JSON
{
"name": "@wonfsy/wonfy-tools",
"type": "module",
"description": "Collection of tools for personal use, provides library and CLI.",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SalahaldinBilal/wonfy-tools"
},
"files": [
"wonfy_tools_bg.wasm",
"wonfy_tools.js",
"wonfy_tools.d.ts"
],
"main": "wonfy_tools.js",
"types": "wonfy_tools.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"tools",
"image",
"stitching"
]
}