package.json 999 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "tcb-router",
  3. "version": "1.1.2",
  4. "description": "A router for tencent cloud functions",
  5. "main": "./src/index.js",
  6. "scripts": {
  7. "test": "jest",
  8. "test:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/TencentCloudBase/tcb-router.git"
  13. },
  14. "author": "tcb",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/TencentCloudBase/tcb-router/issues"
  18. },
  19. "homepage": "https://github.com/flytam/tcb-router#readme",
  20. "jest": {
  21. "testEnvironment": "node",
  22. "roots": [
  23. "<rootDir>/tests/"
  24. ],
  25. "collectCoverage": true,
  26. "coverageDirectory": "./tests/coverage"
  27. },
  28. "devDependencies": {
  29. "coveralls": "^3.0.2",
  30. "jest": "^23.4.2"
  31. },
  32. "__npminstall_done": "Mon Apr 27 2020 17:10:31 GMT+0800 (GMT+08:00)",
  33. "_from": "tcb-router@1.1.2",
  34. "_resolved": "https://registry.npm.taobao.org/tcb-router/download/tcb-router-1.1.2.tgz"
  35. }