itriton-captcha/package.json

25 lines
513 B
JSON

{
"name": "@itriton/captcha",
"version": "0.3.1",
"description": "生成滑动验证码拼图图片和背景图片",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/icjs-cc/itriton-captcha"
},
"keywords": [
"@itriton/captcha",
"@itriton",
"captcha"
],
"author": "icjs-cc",
"license": "MIT",
"dependencies": {
"sharp": "^0.29.1"
},
"devDependencies": {}
}