{ "name": "@pnpm/object.property-path", "version": "1000.0.1", "description": "Basic library to manipulate object property path which includes dots and subscriptions", "keywords": [ "pnpm", "pnpm11", "object.property-path" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/object/property-path", "homepage": "https://github.com/pnpm/pnpm/tree/main/object/property-path#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "compile": "tsgo --build && pnpm run lint --fix", "_test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest" }, "dependencies": { "@pnpm/error": "workspace:*" }, "devDependencies": { "@pnpm/object.property-path": "workspace:*" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }