UNPKG

dcl-ui-toolkit

Version:

A collection of UI helpers to make it easier to build a Decentraland scene using the SDK 7.

51 lines (50 loc) 1.22 kB
{ "name": "dcl-ui-toolkit", "version": "0.10.0", "description": "A collection of UI helpers to make it easier to build a Decentraland scene using the SDK 7.", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "decentralandLibrary": {}, "scripts": { "build": "tsc -p tsconfig.json", "link": "npm link", "watch": "npm link && tsc --watch -p tsconfig.json" }, "repository": { "type": "git", "url": "https://github.com/decentraland-scenes/dcl-ui-toolkit.git" }, "keywords": [ "Decentraland", "sdk7", "sdk 7", "sdk ui utils", "sdk library" ], "author": "DAPPCRAFT", "license": "Apache-2.0", "bugs": { "url": "https://github.com/decentraland-scenes/dcl-ui-toolkit/issues" }, "homepage": "https://github.com/decentraland-scenes/dcl-ui-toolkit#readme", "publishConfig": { "access": "public" }, "files": [ "dist" ], "engines": { "node": ">=16.0.0", "npm": ">=6.0.0", "yarn": "please use npm" }, "devDependencies": { "@dcl/sdk": "next", "prettier": "^2.8.7", "typescript": "^4.9.3" }, "peerDependencies": { "@dcl/sdk": "next" }, "commit": "a28f2abdf3cfb2029d5a7a35d765b297aed85a30" }