gopd is a tiny utility that deeply gets, sets, or deletes values within JavaScript objects and arrays using dot notation paths. It provides a concise and efficient alternative to lodash's get, set, and unset functions for simple path manipulation. Useful for configuring and manipulating complex data structures, gopd prioritizes reduced bundle size and straightforward usage. Its focus is on basic operations, making it a lean choice for projects sensitive to dependency overhead.