39 lines
972 B
JSON
39 lines
972 B
JSON
{
|
|
"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 <robinlambertz+dev@gmail.com>",
|
|
"maintainers": [
|
|
"roblabla <robinlambertz+dev@gmail.com",
|
|
"Will Franzen <wtfranzen@gmail.com> (http://will.xyz/)",
|
|
"Dennis Bartlett <bartlett.dc.1@gmail.com>",
|
|
"Romain Beaumont <romain.rom1@gmail.com>"
|
|
],
|
|
"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"
|
|
}
|