|
| 1 | +{ |
| 2 | + "name": "wechaty-puppet-puppeteer", |
| 3 | + "version": "0.0.2", |
| 4 | + "description": "Puppet Puppeteer for Wechaty", |
| 5 | + "main": "dist/src/index.js", |
| 6 | + "typings": "dist/src/index.d.ts", |
| 7 | + "engines": { |
| 8 | + "wechaty": ">=0.17.46" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "clean": "shx rm -fr dist/*", |
| 12 | + "dist": "npm run clean && tsc", |
| 13 | + "pack": "npm pack", |
| 14 | + "lint": "npm run lint:ts && npm run lint:md", |
| 15 | + "lint:md": "markdownlint README.md", |
| 16 | + "lint:ts": "tslint --project tsconfig.json && tsc --noEmit", |
| 17 | + "test": "npm run lint && npm run test:unit", |
| 18 | + "test:pack": "bash -x scripts/npm-pack-testing.sh", |
| 19 | + "test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "git+https://github.com/Chatie/wechaty-puppet-puppeteer.git" |
| 24 | + }, |
| 25 | + "keywords": [ |
| 26 | + "chatie", |
| 27 | + "wechaty", |
| 28 | + "wechat", |
| 29 | + "chatbot", |
| 30 | + "bot", |
| 31 | + "sdk", |
| 32 | + "puppet", |
| 33 | + "weixin" |
| 34 | + ], |
| 35 | + "author": "Huan LI <[email protected]>", |
| 36 | + "license": "Apache-2.0", |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/Chatie/wechaty-puppet-puppeteer/issues" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@types/bl": "^0.8.32", |
| 42 | + "@types/blue-tape": "^0.1.31", |
| 43 | + "@types/lru-cache": "^4.1.1", |
| 44 | + "@types/md5": "^2.1.32", |
| 45 | + "@types/mime": "^2.0.0", |
| 46 | + "@types/node": "^10.3.6", |
| 47 | + "@types/normalize-package-data": "^2.4.0", |
| 48 | + "@types/promise-retry": "^1.1.2", |
| 49 | + "@types/puppeteer": "^1.5.0", |
| 50 | + "@types/qr-image": "^3.2.1", |
| 51 | + "@types/raven": "^2.5.1", |
| 52 | + "@types/read-pkg-up": "^3.0.1", |
| 53 | + "@types/request": "^2.47.1", |
| 54 | + "@types/semver": "^5.5.0", |
| 55 | + "@types/sinon": "^5.0.1", |
| 56 | + "@types/xml2json": "^0.10.0", |
| 57 | + "blue-tape": "^1.0.0", |
| 58 | + "brolog": "^1.6.5", |
| 59 | + "clone-class": "^0.6.19", |
| 60 | + "file-box": "^0.8.22", |
| 61 | + "git-scripts": "^0.2.1", |
| 62 | + "hot-import": "^0.2.1", |
| 63 | + "lru-cache": "^4.1.3", |
| 64 | + "markdownlint-cli": "^0.10.0", |
| 65 | + "memory-card": "^0.2.0", |
| 66 | + "normalize-package-data": "^2.4.0", |
| 67 | + "promise-retry": "^1.1.1", |
| 68 | + "qr-image": "^3.2.0", |
| 69 | + "read-pkg-up": "^4.0.0", |
| 70 | + "semver": "^5.5.0", |
| 71 | + "shx": "^0.3.1", |
| 72 | + "sinon": "^6.0.1", |
| 73 | + "sinon-test": "^2.2.0", |
| 74 | + "state-switch": "^0.6.2", |
| 75 | + "ts-node": "^7.0.0", |
| 76 | + "tslint": "^5.10.0", |
| 77 | + "tslint-config-standard": "^7.1.0", |
| 78 | + "typescript": "^2.9.2", |
| 79 | + "watchdog": "^0.8.10", |
| 80 | + "wechaty": "^0.17.56", |
| 81 | + "wechaty-puppet": "0.2.3" |
| 82 | + }, |
| 83 | + "git": { |
| 84 | + "scripts": { |
| 85 | + "pre-push": "./scripts/pre-push.sh" |
| 86 | + } |
| 87 | + }, |
| 88 | + "peerDependencies": { |
| 89 | + "brolog": "^1.6.5", |
| 90 | + "file-box": "^0.8.22", |
| 91 | + "hot-import": "^0.2.1", |
| 92 | + "lru-cache": "^4.1.3", |
| 93 | + "normalize-package-data": "^2.4.0", |
| 94 | + "qr-image": "^3.2.0", |
| 95 | + "promise-retry": "^1.1.1", |
| 96 | + "read-pkg-up": "^4.0.0", |
| 97 | + "state-switch": "^0.6.2", |
| 98 | + "watchdog": "^0.8.10", |
| 99 | + "wechaty-puppet": "0.2.3" |
| 100 | + }, |
| 101 | + "homepage": "https://github.com/Chatie/wechaty-puppet-puppeteer#readme", |
| 102 | + "dependencies": { |
| 103 | + "bl": "^2.0.1", |
| 104 | + "md5": "^2.2.1", |
| 105 | + "mime": "^2.3.1", |
| 106 | + "puppeteer": "^1.5.0", |
| 107 | + "request": "^2.87.0", |
| 108 | + "rx-queue": "^0.4.26", |
| 109 | + "xml2json": "^0.11.2" |
| 110 | + } |
| 111 | +} |
0 commit comments