sdk7-npc-utils
Version:
A collection of helpers to make it easier to build a Decentraland scene using the SDK 7.
40 lines (39 loc) • 937 B
JSON
{
"name": "sdk7-npc-utils",
"version": "1.0.0",
"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",
"@dcl-sdk/utils": "1.0.3"
},
"files": [
"dist"
],
"peerDependencies": {
"@dcl/sdk": "^7.1.6"
},
"commit": "14eb9741d9356689df0e0e52451bb7019480b009"
}