{ "name": "@inlay/core", "version": "0.0.13", "type": "module", "author": "Dan Abramov ", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "source": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./jsx-runtime": { "source": "./src/jsx-runtime.ts", "types": "./dist/jsx-runtime.d.ts", "import": "./dist/jsx-runtime.js" }, "./jsx-dev-runtime": { "source": "./src/jsx-dev-runtime.ts", "types": "./dist/jsx-dev-runtime.d.ts", "import": "./dist/jsx-dev-runtime.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "tsx --conditions source --test test/*.test.ts", "prepublishOnly": "npm run build" }, "dependencies": { "@atproto/lex": "^0.0.18", "@atproto/syntax": "^0.4.3" }, "devDependencies": { "typescript": "^5.9.0" } }