@dcl-sdk/utils
Version:
A collection of helpers to make it easier to build a Decentraland scene using the SDK 7.
36 lines (35 loc) • 852 B
JSON
{
"name": "@dcl-sdk/utils",
"version": "1.2.8",
"description": "A collection of helpers to make it easier to build a Decentraland scene using the SDK 7.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/decentraland/sdk7-utils.git"
},
"keywords": [
"decentraland",
"sdk7",
"sdk 7",
"sdk utils",
"sdk library"
],
"author": "Decentraland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/sdk7-utils/issues"
},
"homepage": "https://github.com/decentraland/sdk7-utils#readme",
"devDependencies": {
"@dcl/sdk": "^7.1.6",
"typescript": "^5.0.2"
},
"files": [
"dist"
],
"commit": "adca1550d1acb3c9d6b8a58089ee34f0e2aaf4c9"
}