{
    "name": "alphawave-agents",
    "author": "Steven Ickman",
    "description": "A agent framework built on top of AlphaWave.",
    "version": "0.18.0",
    "license": "MIT",
    "keywords": [
        "ai",
        "gpt"
    ],
    "bugs": {
        "url": "https://github.com/stevenic/alphawave/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/stevenic/alphawave.git"
    },
    "main": "./lib/index.js",
    "types": "./lib/index.d.ts",
    "typesVersions": {
        "<3.9": {
            "*": [
                "_ts3.4/*"
            ]
        }
    },
    "dependencies": {
        "alphawave": "0.18.0",
        "cheerio": "^1.0.0-rc.12",
        "jsonschema": "1.4.1",
        "langchain": "^0.0.95",
        "promptrix": "^0.5.0",
        "strict-event-emitter-types": "^2.0.0",
        "turndown": "^7.1.2",
        "uuid": "^9.0.0"
    },
    "resolutions": {},
    "devDependencies": {
        "@types/node": "^14.14.31",
        "@types/mocha": "^8.2.0",
        "@types/assert": "^1.5.3",
        "@types/turndown": "^5.0.1",
        "@types/uuid": "9.0.1",
        "mocha": "10.2.0",
        "nyc": "^15.1.0",
        "shx": "^0.3.2",
        "ts-mocha": "10.0.0",
        "typescript": "^4.2.3"
    },
    "scripts": {
        "build": "tsc -b",
        "clean": "shx rm -rf lib && shx rm -rf tsconfig.tsbuildinfo",
        "test": "ts-mocha src/**/*.spec.ts --timeout 10000",
        "test:debug": "ts-mocha src/**/*.spec.ts --inspect-brk",
        "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test"
    },
    "files": [
        "_ts3.4",
        "lib",
        "src",
        "README.md"
    ]
}
