{ "name": "remix-ai-core", "version": "0.0.6", "description": "Remix AI core: allows the integration of AI models in Remix IDE", "main": "./src/index.js", "types": "./src/index.d.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix-project.git" }, "keywords": [ "remix", "ide", "ethereum", "solidity", "AI" ], "author": { "name": "Stéphane Tetsing", "email": "stephane.fosso@ethereum.org" }, "license": "MIT", "bugs": { "url": "https://github.com/ethereum/remix-project/issues" }, "homepage": "https://github.com/ethereum/remix-project#readme", "dependencies": { "@remixproject/plugin": "0.3.33", "@remixproject/plugin-api": "0.3.33", "@remixproject/plugin-utils": "0.3.33", "@remixproject/plugin-ws": "0.3.33", "axios": "1.6.0", "chokidar": "^2.1.8", "commander": "^9.4.1", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2", "latest-version": "^5.1.0", "remix-ai-core": "^0.0.2", "semver": "^6.3.0", "ws": "^7.3.0", "node-llama-cpp": "^2.8.11" }, "python": { "execPath": "python3", "dependencies": { "vyper": ">=0.1.0b3" } }, "devDependencies": { "@remixproject/engine-electron": "0.3.43", "@remixproject/plugin": "0.3.43", "add": "^2.0.6", "axios": "^1.6.8", "byline": "^5.0.0", "chokidar": "^3.5.3", "create-require": "^1.1.1", "esm": "^3.2.25", "express": "^4.19.2", "isomorphic-git": "^1.24.2", "matomo-tracker": "^2.2.4", "node-llama-cpp": "^2.8.11", "node-pty": "^0.10.1", "semver": "^7.5.4" }, "typings": "index.d.ts", "gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16" }