update tsconfig

This commit is contained in:
2024-04-14 17:29:06 +02:00
parent b3d06e289b
commit a9a8ade848
4 changed files with 136 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartdeno",
"version": "1.0.3",
"private": false,
"description": "a module to run deno from node",
"description": "A module to run Deno scripts from Node.js, including functionalities for downloading Deno and executing Deno scripts.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -52,5 +52,17 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"Deno",
"Node.js",
"Script Execution",
"TypeScript",
"Development Tools",
"Deno Download",
"Code Execution",
"Scripting Server",
"Ephemeral Execution",
"Cross-platform"
]
}
}