Files
wehub-resource-sync e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:40:13 +08:00

67 lines
1.7 KiB
JSON

{
"name": "@assistant-ui/metro",
"version": "0.0.4",
"description": "Metro / Expo integration for assistant-ui: the \"use generative\" directive compiler that colocates a tool's schema, server execute, and client render in one file. Works with Expo and bare React Native.",
"keywords": [
"assistant-ui",
"metro",
"expo",
"react-native",
"generative",
"use generative",
"babel-transformer"
],
"author": "AgentbaseAI Inc.",
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"./transformer": {
"types": "./dist/transformer.d.cts",
"default": "./dist/transformer.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"files": [
"dist",
"src",
"README.md"
],
"scripts": {
"build": "tsdown",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@babel/generator": "^8.0.0",
"@babel/parser": "^8.0.0",
"@babel/traverse": "^8.0.0",
"@babel/types": "^8.0.0"
},
"devDependencies": {
"@assistant-ui/x-buildutils": "workspace:*",
"@assistant-ui/x-generative-compiler": "workspace:^",
"@types/node": "^26.1.1",
"tsdown": "^0.22.4",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-7": "npm:typescript@^7.0.2",
"vitest": "^4.1.10"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"homepage": "https://www.assistant-ui.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/assistant-ui/assistant-ui.git",
"directory": "packages/metro"
},
"bugs": {
"url": "https://github.com/assistant-ui/assistant-ui/issues"
}
}