nrn-agents
Version:
A library for creating and deploying gaming agents at scale
46 lines (45 loc) • 929 B
JSON
{
"name": "nrn-agents",
"version": "0.2.9",
"description": "A library for creating and deploying gaming agents at scale",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"author": "ArenaX Labs",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"nrn-ml": "^0.2.4"
},
"keywords": [
"machine-learning",
"imitation-learning",
"reinforcement-learning",
"agents",
"games"
],
"devDependencies": {
"dotenv": "^16.4.7",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}