UNPKG

mcstructure-js

Version:

A NodeJS package for .mcstructure read & write

36 lines (35 loc) 765 B
{ "name": "mcstructure-js", "version": "1.3.0", "description": "A NodeJS package for .mcstructure read & write", "main": "main.js", "files": [ "./main.js", "./main.d.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/HTMonkeyG/MCStructure.js.git" }, "keywords": [ "mcbe", "mcpe", "structure", "file", "nbt", "format" ], "author": "HTMonkeyG", "license": "MIT", "bugs": { "url": "https://github.com/HTMonkeyG/MCStructure.js/issues" }, "homepage": "https://github.com/HTMonkeyG/MCStructure.js#readme", "dependencies": { "parsenbt-js": "^3.1.0", "project-mirror-registry": "^1.1.0" } }