wechaty-puppet-padplus
Version:
Puppet Padplus for Wechaty
110 lines • 3.1 kB
JSON
{
"name": "wechaty-puppet-padplus",
"version": "0.1.2",
"description": "Puppet Padplus for Wechaty",
"directories": {
"test": "tests"
},
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"engines": {
"wechaty": ">=0.17.46"
},
"scripts": {
"clean": "shx rm -fr dist/*",
"dist": "npm run clean && tsc && cp -R src/server-manager/proto-ts/ dist/src/server-manager/proto-ts/",
"pack": "npm pack",
"lint": "npm run lint:es && npm run lint:ts",
"lint:ts": "tsc --noEmit",
"lint:es": "eslint 'src/**/*.ts' 'tests/**/*.spec.ts' --ignore-pattern 'tests/fixtures/' --ignore-pattern 'src/server-manager/proto-ts/'",
"test": "npm run lint && npm run test:unit",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:unit": "blue-tape -r ts-node/register 'src/**/*.spec.ts' 'tests/**/*.spec.ts'",
"generate": "bash -x script/process-proto.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botorange/wechaty-puppet-padplus.git"
},
"keywords": [
"chatie",
"wechaty",
"chatbot",
"bot",
"wechat",
"sdk",
"puppet",
"padplus"
],
"author": "G.CH. S.C.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/botorange/wechaty-puppet-padplus/issues"
},
"homepage": "https://github.com/botorange/wechaty-puppet-padplus#readme",
"devDependencies": {
"@chatie/eslint-config": "^0.8.1",
"@chatie/git-scripts": "^0.2.5",
"@chatie/semver": "^0.4.7",
"@chatie/tsconfig": "^0.6.1",
"@types/fs-extra": "^8.0.0",
"@types/google-protobuf": "^3.2.7",
"@types/koa-router": "^7.0.42",
"@types/lru-cache": "^5.1.0",
"@types/normalize-package-data": "^2.4.0",
"@types/promise-retry": "^1.1.3",
"@types/qr-image": "^3.2.1",
"@types/uuid": "^3.4.5",
"@types/xml2js": "^0.4.5",
"file-box": "^0.8.27",
"grpc_tools_node_protoc_ts": "~2.4.0",
"memory-card": "^0.6.13",
"pkg-jq": "^0.2.2",
"shx": "^0.3.1",
"ts-protoc-gen": "^0.7.3",
"tstest": "^0.4.1",
"wechaty-puppet": "^0.17.2"
},
"peerDependencies": {
"file-box": "^0.8.22",
"memory-card": "^0.6.13",
"wechaty-puppet": "^0.15.3"
},
"dependencies": {
"array-flatten": "^2.1.1",
"aws-sdk": "^2.510.0",
"axios": "^0.19.0",
"brolog": "^1.6.5",
"flash-store": "^0.14.1",
"form-data": "^2.5.0",
"fs-extra": "^8.1.0",
"google-protobuf": "^3.6.1",
"grpc": "^1.22.0",
"hot-import": "^0.2.1",
"jimp": "^0.6.8",
"jsqr": "^1.2.0",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-router": "^7.4.0",
"lru-cache": "^5.1.1",
"moment": "^2.24.0",
"normalize-package-data": "^2.4.0",
"promise-retry": "^1.1.1",
"qr-image": "^3.2.0",
"rx-queue": "^0.8.5",
"state-switch": "^0.6.2",
"uuid": "^3.3.3",
"watchdog": "^0.8.10",
"wechaty-puppet": "^0.17.2",
"xml2js": "^0.4.22"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"git": {
"scripts": {
"pre-push": "npx git-scripts-pre-push"
}
}
}