{ "name": "recordpath", "version": "0.0.2", "description": "a textual notation to locate fields within atproto records", "type": "module", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "files": [ "dist", "src" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest" }, "repository": { "type": "git", "url": "https://tangled.org/microcosm.blue/RecordPath" }, "keywords": [ "atproto" ], "author": "fig", "license": "MIT OR Apache-2.0", "devDependencies": { "typescript": "^5.0.0", "vitest": "^3.0.0" } }