bc-minecraft-project
Version:
A library that provides object and handling for minecraft projects
57 lines (56 loc) • 1.61 kB
JSON
{
"name": "bc-minecraft-project",
"version": "1.24.0-0",
"description": "A library that provides object and handling for minecraft projects",
"author": {
"name": "Blockception Ltd",
"url": "https://www.blockception.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blockception/minecraft-bedrock-language-server",
"directory": "packages/project"
},
"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",
"data",
"completion",
"diagnostics"
],
"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",
"version": "git add -A src",
"watch": "tsc -w -p ./src"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/eslint__js": "^9.14.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.9.1",
"eslint": "^10.4.0",
"eslint-plugin-jest": "^29.15.2",
"rimraf": "^6.1.3",
"ts-jest": "^29.4.11",
"ts-node": "^10.9.1",
"typescript": "6.0.3",
"typescript-eslint": "^8.59.4"
}
}