{ "name": "prismarine-nbt", "version": "2.2.1", "description": "A parser and serializer for NBT archives", "keywords": [ "nbt", "minecraft" ], "homepage": "https://github.com/prismarinejs/prismarine-nbt", "author": "roblabla ", "maintainers": [ "roblabla (http://will.xyz/)", "Dennis Bartlett ", "Romain Beaumont " ], "main": "nbt", "types": "./typings/index.d.ts", "repository": { "type": "git", "url": "https://github.com/prismarinejs/prismarine-nbt.git" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^9.0.0", "standard": "^16.0.1" }, "scripts": { "test": "mocha --reporter spec", "pretest": "npm run lint", "lint": "standard", "fix": "standard --fix" }, "dependencies": { "protodef": "^1.9.0" }, "license": "MIT" }