UNPKG

hytopia-ui

Version:

A library required to be included in your UI developed for a HYTOPIA game. Handles environment setup, provides helpers, and more.

46 lines (45 loc) 1.2 kB
{ "name": "hytopia-ui", "version": "0.0.4", "description": "A library required to be included in your UI developed for a HYTOPIA game. Handles environment setup, provides helpers, and more.", "source": "src/index.ts", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "umd:main": "dist/index.umd.js", "browser": "dist/index.umd.js", "exports": { "require": "./dist/index.cjs.js", "import": "./dist/index.esm.js", "default": "./dist/index.esm.js", "browser": "./dist/index.umd.js" }, "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rm -rf dist && microbundle --name hytopia", "dev": "microbundle watch --name hytopia" }, "repository": { "type": "git", "url": "git+https://github.com/hytopiagg/ui-lib.git" }, "keywords": [ "hytopia", "ui", "lib", "game", "library" ], "author": "HYTOPIA <hytopia.com>", "license": "ISC", "bugs": { "url": "https://github.com/hytopiagg/ui-lib/issues" }, "homepage": "https://github.com/hytopiagg/ui-lib#readme", "devDependencies": { "microbundle": "^0.15.1" }, "microbundle": { "name": "hytopia" } }