UNPKG

dwmark

Version:

CLI tool of digital-watermarking package

33 lines (32 loc) 732 B
{ "name": "dwmark", "version": "0.1.4", "description": "CLI tool of digital-watermarking package", "engines": { "node": ">=10.17 <11.0 || >=11.14" }, "keywords": [ "digital-watermarking", "digital-proof", "copyright-proof", "watermarking", "embedded-watermark", "hidden-watermark" ], "repository": "klesh/dwcli", "main": "index.js", "license": "MIT", "bugs": { "url": "https://github.com/klesh/dwcli/issues" }, "bin": { "dwmark": "./index.js" }, "author": "Klesh Wong", "homepage": "https://github.com/klesh/dwcli#readme", "dependencies": { "digital-watermarking": "^1.1.9", "glob": "^7.1.6", "yargs": "^15.4.1" } }