package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "ts-node-dev@2.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ts-node-dev@2.0.0",
  10. "_id": "ts-node-dev@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==",
  13. "_location": "/ts-node-dev",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ts-node-dev@2.0.0",
  19. "name": "ts-node-dev",
  20. "escapedName": "ts-node-dev",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ts-node-dev/-/ts-node-dev-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "bin": {
  32. "ts-node-dev": "lib/bin.js",
  33. "tsnd": "lib/bin.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/whitecolor/ts-node-dev/issues"
  37. },
  38. "dependencies": {
  39. "chokidar": "^3.5.1",
  40. "dynamic-dedupe": "^0.3.0",
  41. "minimist": "^1.2.6",
  42. "mkdirp": "^1.0.4",
  43. "resolve": "^1.0.0",
  44. "rimraf": "^2.6.1",
  45. "source-map-support": "^0.5.12",
  46. "tree-kill": "^1.2.2",
  47. "ts-node": "^10.4.0",
  48. "tsconfig": "^7.0.0"
  49. },
  50. "description": "Compiles your TS app and restarts when files are modified.",
  51. "devDependencies": {
  52. "@types/chai": "^4.2.12",
  53. "@types/chokidar": "^2.1.3",
  54. "@types/fs-extra": "^9.0.1",
  55. "@types/minimist": "^1.2.0",
  56. "@types/mkdirp": "^1.0.1",
  57. "@types/mocha": "github:whitecolor/mocha-types",
  58. "@types/node": "^14.6.0",
  59. "@types/rimraf": "^3.0.0",
  60. "@types/tape": "^4.13.0",
  61. "@types/touch": "^3.1.1",
  62. "@types/ts-nameof": "^4.2.1",
  63. "@whitecolor/eslint-config": "^1.0.0",
  64. "chai": "^4.2.0",
  65. "chalk": "^4.1.0",
  66. "coffee-script": "^1.8.0",
  67. "eslint": "^7.7.0",
  68. "esm": "^3.2.22",
  69. "fs-extra": "^9.0.1",
  70. "mocha": "^8.1.1",
  71. "np": "^7.6.1",
  72. "tap": "^5.2.0",
  73. "tape": "^5.0.1",
  74. "touch": "^1.0.0",
  75. "ts-nameof": "^5.0.0",
  76. "tsconfig-paths": "^3.3.1",
  77. "ttypescript": "^1.5.10",
  78. "typescript": "^3.9.5"
  79. },
  80. "engines": {
  81. "node": ">=0.8.0"
  82. },
  83. "files": [
  84. "icons",
  85. "lib"
  86. ],
  87. "homepage": "https://github.com/whitecolor/ts-node-dev#readme",
  88. "keywords": [
  89. "restart",
  90. "reload",
  91. "supervisor",
  92. "monitor",
  93. "watch"
  94. ],
  95. "license": "MIT",
  96. "main": "lib",
  97. "name": "ts-node-dev",
  98. "np": {
  99. "yarn": false,
  100. "cleanup": false
  101. },
  102. "peerDependencies": {
  103. "node-notifier": "*",
  104. "typescript": "*"
  105. },
  106. "peerDependenciesMeta": {
  107. "node-notifier": {
  108. "optional": true
  109. }
  110. },
  111. "prettier": {
  112. "singleQuote": true,
  113. "semi": false
  114. },
  115. "publishConfig": {
  116. "registry": "https://registry.npmjs.org"
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+ssh://git@github.com/whitecolor/ts-node-dev.git"
  121. },
  122. "scripts": {
  123. "build": "tsc -p tsconfig.build.json",
  124. "ci": "yarn test",
  125. "ci-local": "docker run --name travis-debug -dit quay.io/travisci/ci-nodejs",
  126. "manual": "yarn ts-node test/manual/run.ts",
  127. "release": "np",
  128. "test": "yarn build && ts-node -T node_modules/mocha/bin/mocha test/*.test.ts",
  129. "test-dev": "yarn ts-node-dev -T --respawn --deps --watch lib node_modules/mocha/bin/mocha test/*.test.ts --output",
  130. "test-docker": "docker-compose up",
  131. "ts-node-dev": "node ./lib/bin"
  132. },
  133. "version": "2.0.0"
  134. }