node_shim 0.3.0

A crate that maps Node.js CLI arguments into Deno arguments.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "node_shim"
version = "0.3.0"
edition = "2024"
license = "MIT"
description = "A crate that maps Node.js CLI arguments into Deno arguments."

[dependencies]
serde_json = "1"