@iucteam/lot-agents
Version:
Agents for lot agentic framework
58 lines (57 loc) • 1.6 kB
JSON
{
"name": "@iucteam/lot-agents",
"version": "0.0.2",
"description": "Agents for lot agentic framework",
"main": "./dist/main.js",
"scripts": {
"test": "LOG_LEVEL=debug nyc node_modules/.bin/ts-mocha 'src/test/**/*.ts'",
"build": "rm -rf dist && tsc -p tsconfig.json",
"version:patch": "bash ./bin/version.sh patch",
"version:minor": "bash ./bin/version.sh minor",
"version:major": "bash ./bin/version.sh major",
"lint": "node_modules/.bin/eslint --fix src/main/ts/**/*.ts",
"preversion": "git checkout main && git pull origin main",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/iucteam/lot-agents.git"
},
"keywords": [
"AI",
"GenAI",
"Agentic",
"Framework",
"Lot"
],
"author": "Quirino Brizi <quirino.brizi@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/iucteam/lot-agents/issues"
},
"homepage": "https://gitlab.com/iucteam/lot-agents#readme",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/chai": "^5.0.0",
"@types/eslint__js": "^8.42.3",
"@types/expect": "^24.3.0",
"@types/node": "^22.7.4",
"chai": "^4.1.2",
"eslint": "^9.12.0",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"prettier": "2.7.1",
"should": "^13.2.3",
"sinon": "^19.0.2",
"ts-mocha": "^10.0.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1"
},
"peerDependencies": {
"@iucteam/lot": ">=0.0.12"
},
"dependencies": {
"wikipedia": "^2.1.2"
}
}