[package]
edition = "2021"
name = "typescript_tools"
version = "10.1.72"
authors = ["Eric Crosson <eric.s.crosson@utexas.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for working with TypeScript monorepos"
homepage = "https://github.com/typescript-tools/monorepo"
readme = "README.md"
keywords = [
"typescript",
"monorepo",
]
license = "ISC"
repository = "https://github.com/typescript-tools/monorepo"
[lib]
name = "typescript_tools"
path = "src/lib.rs"
[[test]]
name = "link"
path = "tests/link.rs"
[[test]]
name = "lint"
path = "tests/lint.rs"
[[test]]
name = "pin"
path = "tests/pin.rs"
[[test]]
name = "query"
path = "tests/query.rs"
[dependencies.globwalk]
version = "0.9"
[dependencies.pariter]
version = "0.6"
[dependencies.pathdiff]
version = "0.2"
[dependencies.rinja]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[dev-dependencies.assert-json-diff]
version = "=2.0.2"
[dev-dependencies.tempdir]
version = "=0.3.7"