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