bc-minecraft-project
Version:
A library that provides object and handling for minecraft projects
55 lines (54 loc) • 1.48 kB
JSON
{
"name": "bc-minecraft-project",
"version": "1.21.73-4",
"description": "A library that provides object and handling for minecraft projects",
"main": "./lib/src/main.js",
"types": "./lib/src/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": "rimraf lib",
"pretest": "npm run compile",
"prepublishOnly": "npm test",
"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-Project.git"
},
"keywords": [
"minecraft",
"bedrock",
"data",
"completion",
"diagnostics"
],
"author": "Blockception Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Blockception/BC-Minecraft-Project/issues"
},
"homepage": "https://github.com/Blockception/BC-Minecraft-Project#readme",
"files": [
"lib/src/**/*"
],
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.1",
"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"
}
}