bc-minecraft-bedrock-command
Version:
A typescript package library that handles commands for minecraft bedrock
62 lines (61 loc) • 1.69 kB
JSON
{
"name": "bc-minecraft-bedrock-command",
"version": "1.21.80-3",
"description": "A typescript package library that handles commands for minecraft bedrock",
"main": "./lib/src/main.js",
"types": "./lib/src/main.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib/src/**/*.js",
"lib/src/**/*.js.map",
"lib/src/**/*.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": "rimraf lib",
"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 -p ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blockception/BC-Minecraft-Bedrock-Command.git"
},
"keywords": [
"minecraft",
"bedrock",
"command"
],
"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.2.2",
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"bc-minecraft-bedrock-types": "^1.22.1-7"
}
}