UNPKG

@bedrock-apis/nbt

Version:

Solid NBT package, with multiple formats

40 lines (39 loc) 829 B
{ "name": "@bedrock-apis/nbt", "version": "0.0.1-alpha.1", "description": "Solid NBT package, with multiple formats", "main": "./dist/main.js", "types": "./dist/main.d.ts", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/bedrock-apis/nbt.git" }, "files": [ "./LICENSE", "./dist/*", "./package.json", "./README.md" ], "keywords": [ "NBT", "bedrock", "java", "fast" ], "exports": { "./async": { "main": "./dist/async.js", "types": "./dist/async.d.ts" } }, "author": "conmaster2112", "license": "MIT", "bugs": { "url": "https://github.com/bedrock-apis/nbt/issues" }, "homepage": "https://github.com/bedrock-apis/nbt#readme", "dependencies": { "@bedrock-apis/nbt-core": "^0.0.1-alpha.2" } }