wechat-work
Version:
sdk for work.weixin.qq.com/api/doc.
77 lines (76 loc) • 1.78 kB
JSON
{
"name": "wechat-work",
"version": "0.2.1-beta.5",
"description": "sdk for work.weixin.qq.com/api/doc.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build",
"postpack": "rm -rf ./dist",
"test:badges": "npm run test && jest-coverage-badges",
"bump": "bump -c -p -t",
"commit": "git add . && git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgdsh/wechat-work-nodejs-sdk.git"
},
"keywords": [
"wechat-work",
"api"
],
"author": "Bain Bai",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgdsh/wechat-work-nodejs-sdk/issues"
},
"homepage": "https://github.com/bgdsh/wechat-work-nodejs-sdk#readme",
"dependencies": {
"axios": "^0.19.0",
"chance": "^1.0.16",
"debug": "^4.1.1",
"form-data": "^3.0.0",
"sha1": "^1.1.1"
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "^6.0.3",
"@types/chance": "^1.0.1",
"@types/debug": "4.1.5",
"@types/dotenv": "^8.2.0",
"@types/jest": "^24.0.13",
"@types/jsonfile": "^5.0.0",
"@types/sha1": "^1.1.1",
"dotenv": "^8.0.0",
"jest": "^24.8.0",
"jest-coverage-badges": "^1.0.0",
"jsonfile": "^5.0.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.5.2",
"typescript": "^3.5.1"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json-summary",
"text",
"lcov"
],
"moduleFileExtensions": [
"ts",
"js"
],
"testEnvironment": "node",
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.json"
}
},
"testMatch": [
"**/__tests__/**/*.+(ts|js)"
]
}
}