[[bin]]
name = "pkglock"
path = "src/main.rs"
[dependencies.regex]
version = "1.10.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.108"
[lib]
name = "pkglock_lib"
path = "src/lib.rs"
[package]
authors = ["Logan Lindquist <logan@llbbl.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A utility to modify URLs in package-lock.json"
edition = "2021"
license = "MIT"
name = "pkglock"
readme = "README.md"
repository = "https://github.com/llbbl/pkglock-rust"
version = "0.2.0"
[package.metadata]
categories = ["command-line-utilities", "development-tools::build-utils"]
keywords = ["json", "npm", "registry"]
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"