{
	"name": "@three-ws/walk",
	"version": "0.3.0",
	"description": "A diverse, animated 3D avatar that walks and talks over your web pages — corner companion + full-page playground, with a built-in avatar picker. Powered by Three.js.",
	"keywords": [
		"3d",
		"avatar",
		"three.js",
		"webgl",
		"mascot",
		"companion",
		"walking",
		"playground",
		"gltf",
		"glb",
		"animation",
		"retargeting",
		"agent"
	],
	"author": "three.ws <support@three.ws> (https://three.ws)",
	"license": "SEE LICENSE IN LICENSE",
	"homepage": "https://three.ws/walk",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/nirholas/three.ws.git",
		"directory": "walk-sdk"
	},
	"bugs": {
		"url": "https://github.com/nirholas/three.ws/issues"
	},
	"type": "module",
	"main": "./dist/index.mjs",
	"module": "./dist/index.mjs",
	"types": "./types/index.d.ts",
	"exports": {
		".": {
			"types": "./types/index.d.ts",
			"import": "./dist/index.mjs",
			"default": "./dist/index.mjs"
		},
		"./roster": {
			"types": "./types/index.d.ts",
			"import": "./dist/index.mjs",
			"default": "./dist/index.mjs"
		},
		"./style.css": "./dist/style.css"
	},
	"files": [
		"dist",
		"src",
		"types",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"build": "node build.mjs",
		"test": "node --test test/*.test.mjs",
		"prepublishOnly": "npm run build"
	},
	"peerDependencies": {
		"three": ">=0.150.0"
	},
	"engines": {
		"node": ">=18"
	},
	"publishConfig": {
		"access": "public"
	}
}
