Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_en (ubuntu-latest, 3.10) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_zh (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.12) (push) Has been cancelled
85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"name": "@a2ui/contact",
|
|
"private": true,
|
|
"version": "0.8.1",
|
|
"description": "A2UI Contact Demo",
|
|
"main": "./dist/contact.js",
|
|
"types": "./dist/contact.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepack": "npm run build",
|
|
"build": "wireit",
|
|
"build:tsc": "wireit",
|
|
"dev": "npm run serve --watch",
|
|
"test": "wireit",
|
|
"serve": "wireit"
|
|
},
|
|
"wireit": {
|
|
"serve": {
|
|
"command": "vite dev",
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"service": true
|
|
},
|
|
"test": {
|
|
"command": "node --test --enable-source-maps --test-reporter spec dist/src/0.8/tests/**/*.test.js",
|
|
"dependencies": [
|
|
"build"
|
|
]
|
|
},
|
|
"build": {
|
|
"dependencies": [
|
|
"build:tsc"
|
|
]
|
|
},
|
|
"build:tsc": {
|
|
"command": "tsc -b --pretty",
|
|
"env": {
|
|
"FORCE_COLOR": "1"
|
|
},
|
|
"dependencies": [
|
|
"../../../../renderers/lit:build:tsc"
|
|
],
|
|
"files": [
|
|
"**/*.ts",
|
|
"tsconfig.json"
|
|
],
|
|
"output": [
|
|
"dist/",
|
|
"!dist/**/*.min.js{,.map}"
|
|
],
|
|
"clean": "if-file-deleted"
|
|
}
|
|
},
|
|
"repository": {
|
|
"directory": "samples/client/lit/contact",
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/A2UI.git"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "Google",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/google/A2UI/issues"
|
|
},
|
|
"homepage": "https://github.com/google/A2UI/tree/main/web#readme",
|
|
"devDependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"typescript": "^5.8.3",
|
|
"uuid": "^13.0.0",
|
|
"vite": "^7.1.11",
|
|
"wireit": "^0.15.0-pre.2"
|
|
},
|
|
"dependencies": {
|
|
"@a2a-js/sdk": "^0.3.4",
|
|
"@a2ui/lit": "file:../../../../renderers/lit",
|
|
"@lit-labs/signals": "^0.1.3",
|
|
"@lit/context": "^1.1.4",
|
|
"lit": "^3.3.1"
|
|
}
|
|
}
|