41 lines
958 B
JSON
41 lines
958 B
JSON
{
|
|
"name": "@aoagents/ao-notifier-macos",
|
|
"version": "0.9.1",
|
|
"description": "Native macOS notification helper app for AO",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"assets",
|
|
"src",
|
|
"scripts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ComposioHQ/agent-orchestrator.git",
|
|
"directory": "packages/notifier-macos"
|
|
},
|
|
"homepage": "https://github.com/ComposioHQ/agent-orchestrator",
|
|
"bugs": {
|
|
"url": "https://github.com/ComposioHQ/agent-orchestrator/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"clean": "rm -rf dist",
|
|
"sign": "node scripts/sign.mjs",
|
|
"notarize": "node scripts/notarize.mjs"
|
|
}
|
|
}
|