aura-protocol
Version:
Core TypeScript definitions and JSON Schema for the AURA protocol - making websites machine-readable for AI agents
57 lines • 1.35 kB
JSON
{
"name": "aura-protocol",
"version": "1.0.3",
"description": "Core TypeScript definitions and JSON Schema for the AURA protocol - making websites machine-readable for AI agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"generate-schema": "ts-node scripts/generate-schema.ts",
"prepublishOnly": "npm run build"
},
"bin": {
"aura-validate": "./dist/cli/aura-validate.js"
},
"keywords": [
"aura",
"protocol",
"ai",
"agent",
"web",
"machine-readable",
"json-schema",
"typescript",
"api",
"automation"
],
"author": "Dervis-ofAI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/osmandkitay/aura.git",
"directory": "packages/aura-protocol"
},
"homepage": "https://github.com/osmandkitay/aura#readme",
"bugs": {
"url": "https://github.com/osmandkitay/aura/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"axios": "^1.10.0",
"ts-node": "^10.9.2",
"typescript-json-schema": "^0.65.1"
},
"dependencies": {
"citty": "^0.1.6",
"kleur": "^4.1.5",
"ajv": "^8.17.1"
}
}