UNPKG

bc-minecraft-bedrock-types

Version:

The typescript library that provides default types for minecraft bedrock

55 lines (54 loc) 1.53 kB
{ "name": "bc-minecraft-bedrock-types", "version": "1.22.1-11", "description": "The typescript library that provides default types for minecraft bedrock", "main": "./lib/main.js", "types": "./lib/main.d.ts", "scripts": { "compile": "tsc -b", "build": "npm run clean && npm run compile", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "test": "jest", "lint": "eslint", "clean": "tsc -b --clean", "pretest": "npm run compile", "prepublishOnly": "npm test && npm run compile", "preversion": "", "postversion": "git push && git push --tags", "version": "git add -A src", "watch": "tsc -w" }, "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/Blockception/BC-Minecraft-Bedrock-Types.git" }, "keywords": [ "minecraft", "bedrock", "types" ], "author": "BlockceptionLtd", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/Blockception/BC-Minecraft-Bedrock-Command/issues" }, "homepage": "https://github.com/Blockception/BC-Minecraft-Bedrock-Command#readme", "devDependencies": { "@eslint/js": "^9.9.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^30.0.0", "@types/node": "^24.0.3", "eslint": "^9.9.1", "eslint-plugin-jest": "^29.0.1", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.1", "typescript": "^5.5.4", "typescript-eslint": "^8.4.0" } }