UNPKG

pack-format

Version:

Returns the pack_format of any Minecraft version, including snapshots

43 lines (42 loc) 1.02 kB
{ "name": "pack-format", "version": "1.4.3", "description": "Returns the pack_format of any Minecraft version, including snapshots", "scripts": { "prepublish": "tsc", "test": "tsc && node test/test" }, "keywords": [ "minecraft", "resourcepack", "resource pack", "datapack", "data pack", "pack format" ], "main": "dist/index.js", "bin": { "pack-format": "bin/index.js" }, "files": [ "bin/", "dist/" ], "engines": { "node": ">=12", "npm": "<9" }, "repository": { "type": "git", "url": "git+https://github.com/Nixinova/pack-format.git" }, "author": "Nixinova (https://nixinova.com)", "bugs": { "url": "https://github.com/Nixinova/pack-format/issues" }, "license": "ISC", "devDependencies": { "@types/node": "ts5.0", "typescript": "~5.0.4 <5.1" } }