UNPKG

dcl-npc-toolkit-ai-version

Version:

A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations. AI usage is added atop of it

46 lines (45 loc) 1.16 kB
{ "name": "dcl-npc-toolkit-ai-version", "version": "1.4.0", "description": "A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations. AI usage is added atop of it", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json" }, "repository": { "type": "git", "url": "https://github.com/alexgrim123/dcl-npc-toolkit.git" }, "keywords": [ "decentraland", "sdk7", "sdk 7", "sdk utils", "npc", "sdk library" ], "author": "Decentraland", "license": "Apache-2.0", "bugs": { "url": "https://github.com/alexgrim123/dcl-npc-toolkit/issues" }, "homepage": "https://github.com/alexgrim123/dcl-npc-toolkit#readme", "devDependencies": { "@dcl-sdk/utils": "latest", "@dcl/sdk": "latest", "@types/node": "^20.11.19", "@types/text-encoding": "^0.0.37", "typescript": "^5.3.3" }, "files": [ "dist" ], "dependencies": { "colyseus.js": "^0.15.14", "text-encoding": "^0.7.0" }, "bundleDependencies": [ "colyseus.js" ] }