UNPKG

bc-minecraft-bedrock-command

Version:

A typescript package library that handles commands for minecraft bedrock

55 lines (54 loc) 1.59 kB
{ "name": "bc-minecraft-bedrock-command", "version": "1.21.136-8", "description": "A typescript package library that handles commands for minecraft bedrock", "author": { "name": "Blockception Ltd", "url": "https://www.blockception.com/" }, "repository": { "type": "git", "url": "git+https://github.com/Blockception/minecraft-bedrock-language-server.git", "directory": "packges/bedrock-commands" }, "bugs": { "url": "https://github.com/Blockception/minecraft-bedrock-language-server/issues" }, "homepage": "https://github.com/Blockception/minecraft-bedrock-language-server#readme", "license": "BSD-3-Clause", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "./dist", "../../../LICENSE" ], "keywords": [ "minecraft", "bedrock", "command" ], "scripts": { "compile": "tsc -b --pretty ./tsconfig.json", "format": "prettier --write \"src/**/*.{ts,js}\"", "test": "jest --config ./jest.config.ts", "lint": "eslint --config ../../eslint.config.mjs .", "clean": "rimraf ./dist tsconfig.tsbuildinfo", "pretest": "npm run compile", "prepublishOnly": "npm test && npm run compile", "version": "git add -A src", "watch": "tsc -w -p ./src" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/eslint__js": "^9.14.0", "@types/node": "^25.5.0", "eslint": "^10.1.0", "rimraf": "^6.1.3", "ts-node": "^10.9.1", "typescript": "^5.9.2", "typescript-eslint": "^8.57.2" }, "dependencies": { "bc-minecraft-bedrock-types": "*" } }