UNPKG

macaca-ai-engine

Version:
46 lines (45 loc) 979 B
{ "name": "macaca-ai-engine", "version": "1.1.0", "description": "macaca ai engine", "keywords": [ "macaca", "ai" ], "main": "index.js", "repository": { "type": "git", "url": "git://github.com/xudafeng/macaca-ai.git" }, "dependencies": { "aliyun-sdk": "^1.12.3", "baidu-aip-sdk": "^2.4.4", "bluebird": "^3.7.0", "dingtalk-robot-sender": "^1.1.1", "dotenv": "^8.1.0", "macaca-utils": "^1.0.1", "microtemplate2": "2", "urllib": "^2.34.1", "utility": "^1.16.1" }, "devDependencies": { "babel-eslint": "^10.0.3", "eslint": "*", "eslint-plugin-mocha": "^4.11.0", "git-contributor": "*", "husky": "*", "mocha": "*", "nyc": "*" }, "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha --recursive", "lint": "eslint . --fix", "contributor": "git-contributor" }, "husky": { "hooks": { "pre-commit": "npm run lint" } }, "license": "MIT" }