{ "name": "tcb-router", "version": "1.1.2", "description": "A router for tencent cloud functions", "main": "./src/index.js", "scripts": { "test": "jest", "test:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git", "url": "git+https://github.com/TencentCloudBase/tcb-router.git" }, "author": "tcb", "license": "MIT", "bugs": { "url": "https://github.com/TencentCloudBase/tcb-router/issues" }, "homepage": "https://github.com/flytam/tcb-router#readme", "jest": { "testEnvironment": "node", "roots": [ "/tests/" ], "collectCoverage": true, "coverageDirectory": "./tests/coverage" }, "devDependencies": { "coveralls": "^3.0.2", "jest": "^23.4.2" }, "__npminstall_done": "Mon Apr 27 2020 17:10:31 GMT+0800 (GMT+08:00)", "_from": "tcb-router@1.1.2", "_resolved": "https://registry.npm.taobao.org/tcb-router/download/tcb-router-1.1.2.tgz" }