TypeScript-Rust-Compiler 0.4.0

High-performance TypeScript to Rust compiler
Documentation
{
	"name": "typescript-rust-compiler",
	"version": "0.4.0",
	"description": "High-performance TypeScript to Rust compiler",
	"bin": {
		"typescript-rust-compiler": "./bin/typescript-rust-compiler"
	},
	"scripts": {
		"build": "cargo build --release",
		"test": "cargo test",
		"install": "cargo build --release",
		"clean": "cargo clean"
	},
	"keywords": [
		"typescript",
		"rust",
		"compiler",
		"transpiler",
		"typescript-to-rust",
		"typescript-rust-compiler"
	],
	"author": "FrankFMY <pryanishnikovartem@gmail.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/FrankFMY/TypeScript-Rust-Compiler.git"
	},
	"bugs": {
		"url": "https://github.com/FrankFMY/TypeScript-Rust-Compiler/issues"
	},
	"homepage": "https://github.com/FrankFMY/TypeScript-Rust-Compiler#readme",
	"files": [
		"bin/",
		"README.md",
		"LICENSE",
		"examples/"
	],
	"preferGlobal": true,
	"publishConfig": {
		"access": "public"
	}
}