invisible-watermark
Version:
watermark auto injector
26 lines (25 loc) • 538 B
JSON
{
"name": "invisible-watermark",
"version": "1.0.17",
"description": "watermark auto injector",
"main": "lib/main.js",
"scripts": {
"compile": "tsc",
"compile:watch": "tsc --watch",
"precompile": "rm -rf lib && npm version patch"
},
"repository": {
"type": "git",
"url": "git@github.com:ILovePing/invisible-watermark.git"
},
"keywords": [
"watermark",
"autoinject"
],
"author": "zhouri",
"license": "ISC",
"devDependencies": {
"tslib": "^1.10.0",
"typescript": "^3.5.2"
}
}