2025-04-23 09:34:08 +08:00

124 lines
3.4 KiB
JSON

{
"_args": [
[
"ts-node-dev@1.0.0-pre.49",
"E:\\new-xy\\xy-server"
]
],
"_from": "ts-node-dev@1.0.0-pre.49",
"_id": "ts-node-dev@1.0.0-pre.49",
"_inBundle": false,
"_integrity": "sha512-iJd4QPPOaCAByl/WuEdmDX8xDR2GmoWYu6aKvGudGUcfP1sJRjpaHb7oFDuvBspQF1xhxUdbjfHuvEtZPwKZFQ==",
"_location": "/ts-node-dev",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ts-node-dev@1.0.0-pre.49",
"name": "ts-node-dev",
"escapedName": "ts-node-dev",
"rawSpec": "1.0.0-pre.49",
"saveSpec": null,
"fetchSpec": "1.0.0-pre.49"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-1.0.0-pre.49.tgz",
"_spec": "1.0.0-pre.49",
"_where": "E:\\new-xy\\xy-server",
"author": {
"name": "Felix Gnass"
},
"bin": {
"ts-node-dev": "bin/ts-node-dev",
"tsnd": "bin/ts-node-dev"
},
"bugs": {
"url": "https://github.com/whitecolor/ts-node-dev/issues"
},
"contributors": [
{
"name": "Daniel Gasienica",
"email": "daniel@gasienica.ch",
"url": "https://github.com/gasi/"
}
],
"dependencies": {
"chokidar": "^3.4.0",
"dateformat": "~1.0.4-1.2.3",
"dynamic-dedupe": "^0.3.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"node-notifier": "^5.4.0",
"resolve": "^1.0.0",
"rimraf": "^2.6.1",
"source-map-support": "^0.5.12",
"tree-kill": "^1.2.2",
"ts-node": "^8.10.2",
"tsconfig": "^7.0.0"
},
"description": "Compiles your TS app and restarts when files are modified.",
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/node": "^8.0.4",
"@types/tape": "^4.13.0",
"@types/touch": "^3.1.1",
"@types/ts-nameof": "^4.2.1",
"coffee-script": "^1.8.0",
"eslint": "^2.0.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.1",
"esm": "^3.2.22",
"fs-extra": "^9.0.1",
"tap": "^5.2.0",
"tape": "^5.0.1",
"touch": "^1.0.0",
"ts-nameof": "^5.0.0",
"tsconfig-paths": "^3.3.1",
"ttypescript": "^1.5.10",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"bin",
"icons",
"lib"
],
"homepage": "https://github.com/whitecolor/ts-node-dev#readme",
"keywords": [
"restart",
"reload",
"supervisor",
"monitor",
"watch"
],
"license": "MIT",
"main": "./lib",
"name": "ts-node-dev",
"peerDependencies": {
"typescript": "*"
},
"preferGlobal": true,
"prettier": {
"singleQuote": true,
"semi": false
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/whitecolor/ts-node-dev.git"
},
"scripts": {
"ci": "yarn test",
"ci-local": "docker run --name travis-debug -dit quay.io/travisci/ci-nodejs",
"manual": "node ./bin/ts-node-dev --rt 5 --exit-child --tree-kill --clear -r tsconfig-paths/register -r ./test/manual/add-require -r ./test/manual/add-require-2 -r esm -O \"{\\\"module\\\": \\\"es6\\\"}\" --preserve-symlinks --respawn --ignore-watch 'lib' --ignore-watch bin --prefer-ts --debug --poll --interval 1000 --cache-directory .ts-node --inspect -- test/manual/test-script test-arg --fd",
"test": "ts-node --transpile-only test/index.ts",
"test-docker": "docker-compose up",
"ts-node-dev": "node ./bin/ts-node-dev",
"tsnd": "yarn ts-node-dev"
},
"version": "1.0.0-pre.49"
}