alfi-assistant
Version:
AI-powered voice assistant for web navigation
65 lines (64 loc) • 1.55 kB
JSON
{
"name": "alfi-assistant",
"version": "1.0.0",
"main": "dist/index.js",
"bin": {
"alfi": "./dist/index.js"
},
"files": [
"dist",
"LICENSE"
],
"scripts": {
"build": "rm -rf dist && webpack --config webpack.config.js",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"prepare": "npm run build"
},
"keywords": [
"ai",
"web",
"assistant",
"voice",
"navigation"
],
"author": "Collin",
"license": "MIT",
"description": "AI-powered voice assistant for web navigation",
"repository": {
"type": "git",
"url": "https://github.com/collin/alfi-assistant.git"
},
"bugs": {
"url": "https://github.com/collin/alfi-assistant/issues"
},
"homepage": "https://github.com/collin/alfi-assistant#readme",
"dependencies": {
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"inquirer": "^12.6.2",
"openai": "^4.103.0",
"playwright": "^1.52.0",
"uuid": "^11.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.3",
"@types/inquirer": "^9.0.8",
"@types/node": "^22.15.21",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.0",
"file-loader": "^6.2.0",
"javascript-obfuscator": "^4.1.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.5.1"
}
}