dcl-npc-toolkit
Version:
A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations.
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "dcl-npc-toolkit",
"version": "1.8.1",
"description": "A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"link-sdk": "cd node_modules/@dcl/sdk && npm link && cd ../js-runtime && npm link"
},
"repository": {
"type": "git",
"url": "https://github.com/decentraland-scenes/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/decentraland-scenes/dcl-npc-toolkit/issues"
},
"homepage": "https://github.com/decentraland-scenes/dcl-npc-toolkit#readme",
"devDependencies": {
"@dcl/sdk": "latest",
"typescript": "^5.0.2"
},
"files": [
"dist"
],
"dependencies": {
"@dcl/js-runtime": "latest"
},
"commit": "60e327c67a126d92e47ecf8e7eda342ce1191076"
}