[package] name = "nxscript" version = "0.1.0" edition = "2018" authors = ["Zarmot "] description = "A (WIP) scripting language have typesciprt-like syntax transpile to nxlang" license = "MIT OR Apache-2.0" repository = "https://github.com/NXLang/Noa" [lib] path = "lib.rs" [dependencies] ns = { package = "nxlang-script", version = "0.1.0", path = "../../nxlang-script" } swc_common = "0.11.6" swc_ecma_ast = "0.49.4" swc_ecma_parser = "0.67.0"