@cycraft/run-ts
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@cycraft/run-ts", | ||
"description": "🏃🏼 A package that allows to run node scripts written in TypeScript directly.", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
@@ -17,3 +17,3 @@ # run-ts 🏃🏼 | ||
"scripts": { | ||
"execute-my-script": "node --import @cycraft/run-ts ./src/index.ts", | ||
"execute-my-script": "node --import @cycraft/run-ts ./src/index.ts", | ||
} | ||
@@ -20,0 +20,0 @@ ``` |
Sorry, the diff of this file is not supported yet
6490
92