mc-achievements
Version:
✨ Quickly create custom Minecraft achievements for yourself. Choose the one you like among more than 100 icons.
49 lines (48 loc) • 1.18 kB
JSON
{
"author": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"dependencies": {
"canvas": "^3.1.2"
},
"description": "✨ Quickly create custom Minecraft achievements for yourself. Choose the one you like among more than 100 icons.",
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/node": "^24.0.14",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"taze": "^19.1.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
},
"keywords": [
"mc",
"minecraft",
"achievement",
"achievements",
"minecraft-achievements"
],
"license": "GPL-3.0",
"main": "dist",
"name": "mc-achievements",
"repository": {
"type": "git",
"url": "git+https://github.com/barbarbar338/mc-achievements.git"
},
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"lint": "eslint --fix .",
"prebuild": "rimraf dist",
"update": "taze latest -w"
},
"typings": "dist",
"version": "1.3.2"
}