-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "lt-node",
"version": "1.0.21",
"bin": {
"lt-node": "./dist/src/cli.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"typescript",
"node",
"swc",
"runtime",
"execution",
"zero-config",
"development",
"production",
"fast",
"performance"
],
"author": "[email protected]",
"license": "MIT",
"description": "⚡️ Lightning-fast TypeScript execution in Node.js with zero configuration required. Full feature set of paths aliases, watch mode and more out of the box. Seamlessly run TypeScript files in both development and production environments using the power of swc.",
"dependencies": {
"@swc/core": "^1.10.7",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"debug": "^4.4.0",
"glob": "^11.0.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/tmp": "^0.2.6"
}
}