UNPKG

wechaty-face-carton

Version:
67 lines (66 loc) 1.67 kB
{ "name": "wechaty-face-carton", "version": "0.0.8", "description": "wechaty人像卡通画插件", "type": "module", "exports": { ".": { "import": "./dist/esm/src/index.js", "require": "./dist/cjs/src/index.js" } }, "scripts": { "build": "tsc && tsc -p tsconfig.cjs.json", "clean": "shx rm -fr dist/*", "dist": "npm-run-all clean build dist:commonjs", "dist:commonjs": "jq -n \"{ type: \\\"commonjs\\\" }\" > dist/cjs/package.json", "start:test": "node test/index.js", "test": "nodemon test/index.js", "release": "verpub publish", "release:dry": "verpub --dry-run" }, "keywords": [ "微信机器人", "人像卡通化", "人脸卡通化", "卡通画图片", "照片卡通化", "wechaty-plugin", "wechaty插件" ], "author": { "name": "Leo_chen", "url": "http://www.xkboke.com", "email": "leo.gengchen@foxmail.com" }, "repository": { "type": "git", "url": "https://github.com/leochen-g/wechaty-face-carton" }, "license": "MIT", "devDependencies": { "@chatie/tsconfig": "^4.6.3", "babel-eslint": "^10.1.0", "eslint": "^7.4.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.0.5", "wechaty": "^1.20.2", "wechaty-puppet-wechat": "^1.18.4" }, "readme": "README.md", "dependencies": { "qrcode-terminal": "^0.12.0", "tencentcloud-sdk-nodejs": "^4.0.396" }, "files": [ "dist/", "src/" ], "publishConfig": { "registry": " https://registry.npmjs.org/", "tag": "latest" }, "_id": "wechaty-face-carton@0.0.8", "_commitid": "30395d7" }