Forge / package.json
ausername-12345
Initial commit - Forge: self-improving AI assistant with filesystem access for self-editing
4381a41
Raw
History Blame Contribute Delete
424 Bytes
{
"name": "forge-agent",
"version": "1.0.0",
"description": "A self-improving AI assistant that proposes and runs its own tools, subject to your approval.",
"main": "server.js",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2",
"socket.io": "^4.7.5",
"dotenv": "^16.4.5",
"nanoid": "^3.3.7"
},
"engines": {
"node": ">=18"
}
}