@mineapi/achievements
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@mineapi/achievements", | ||
"version": "1.0.1", | ||
"description": "The easiest way to create Minecraft achievements.", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"test": "ts-node --transpile-only ./examples/index.spec.ts", | ||
"build": "tsc && npm run copy:files", | ||
"copy:files": "cpx \"src/assets/**/*\" \"dist/src/assets\" && cpx \"README.md\" \"dist\"" | ||
}, | ||
"keywords": [ | ||
"minecraft", | ||
"achievements", | ||
"minecraft-achievements" | ||
], | ||
"author": "MineAPI", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/AreMineAPI/achievements", | ||
"homepage": "https://mineapi.me" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"canvas": "^2.9.3" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.4" | ||
} | ||
"name": "@mineapi/achievements", | ||
"version": "1.0.2", | ||
"description": "The easiest way to create Minecraft achievements.", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"test": "ts-node --transpile-only ./examples/index.spec.ts", | ||
"build": "tsc && npm run copy:files", | ||
"publish": "npm run build && cd ./dist && npm publish --access public", | ||
"copy:files": "cpx \"src/assets/**/*\" \"dist/src/assets\" && cpx \"README.md\" \"dist\"" | ||
}, | ||
"keywords": [ | ||
"minecraft", | ||
"achievements", | ||
"minecraft-achievements" | ||
], | ||
"author": "MineAPI", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MineAPI/achievements", | ||
"homepage": "https://mineapi.me" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"canvas": "^2.9.3" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
141
README.md
@@ -21,3 +21,3 @@ # [@mineapi/achievements](https://npmjs.com/package/@mineapi/achievements) | ||
// CJS | ||
//const { Generator } = require("@mineapi/achievements"); | ||
// const { Achievement } = require("@mineapi/achievements"); | ||
@@ -53,3 +53,142 @@ // ESM | ||
### Icons List | ||
```json | ||
[ | ||
"apple", | ||
"arrow", | ||
"bed", | ||
"bedrock", | ||
"blazePowder", | ||
"blazeRod", | ||
"blockOfDiamond", | ||
"blockOfGold", | ||
"blockOfIron", | ||
"boat", | ||
"bone", | ||
"bonemeal", | ||
"book", | ||
"bottleOfEnchanting", | ||
"bottle", | ||
"bow", | ||
"bowl", | ||
"bread", | ||
"brewingStand", | ||
"bucket", | ||
"cake", | ||
"chainmailBoots", | ||
"chainmailChestplate", | ||
"chainmailHelmet", | ||
"chainmailLeggings", | ||
"charcoal", | ||
"chest", | ||
"coalOre", | ||
"coal", | ||
"cobblestone", | ||
"compass", | ||
"cookedChicken", | ||
"cookedFish", | ||
"cookedPorkchop", | ||
"cookie", | ||
"diamondAxe", | ||
"diamondBoots", | ||
"diamondChestplate", | ||
"diamondHelmet", | ||
"diamondHoe", | ||
"diamondLeggings", | ||
"diamondOre", | ||
"diamondPickaxe", | ||
"diamondShovel", | ||
"diamondSword", | ||
"diamond", | ||
"dirt", | ||
"dragonEgg", | ||
"egg", | ||
"enchantmentTable", | ||
"enderPearl", | ||
"eyeOfEnder", | ||
"feather", | ||
"fenceGate", | ||
"fence", | ||
"flintAndSteel", | ||
"flint", | ||
"furnance", | ||
"glowstoneDust", | ||
"goldApple", | ||
"goldAxe", | ||
"goldBoots", | ||
"goldChestplate", | ||
"goldHelmet", | ||
"goldHoe", | ||
"goldIngot", | ||
"goldLeggings", | ||
"goldNugget", | ||
"goldOre", | ||
"goldPickaxe", | ||
"goldShovel", | ||
"goldSword", | ||
"grass", | ||
"ironAxe", | ||
"ironBoots", | ||
"ironChestplate", | ||
"ironHelmet", | ||
"iron_hoe", | ||
"ironIngot", | ||
"ironLeggings", | ||
"ironOre", | ||
"ironPickaxe", | ||
"ironShovel", | ||
"ironSword", | ||
"ladder", | ||
"lapisLazuli", | ||
"lavaBucket", | ||
"leather", | ||
"leatherBoots", | ||
"leatherChestplate", | ||
"leatherHelmet", | ||
"leatherLeggings", | ||
"melonSlice", | ||
"milkBucket", | ||
"minecart", | ||
"musicDisk", | ||
"obdisian", | ||
"paper", | ||
"piston", | ||
"potion", | ||
"pumpkin", | ||
"rails", | ||
"rawBeef", | ||
"rawChicken", | ||
"rawFish", | ||
"rawPorkchop", | ||
"redstoneDust", | ||
"redstoneOre", | ||
"redstoneRepeater", | ||
"redstoneTorch", | ||
"redstoneWire", | ||
"rottenBeef", | ||
"saddle", | ||
"shears", | ||
"sign", | ||
"slimeball", | ||
"snowball", | ||
"splashPotion", | ||
"steak", | ||
"stick", | ||
"stickyPiston", | ||
"stone", | ||
"stoneAxe", | ||
"stoneButton", | ||
"stoneHoe", | ||
"stonePickaxe", | ||
"stonePressurePlate", | ||
"stoneShovel", | ||
"stoneSword", | ||
"string", | ||
"waterBottle", | ||
"waterBucket", | ||
"map" | ||
] | ||
``` | ||
--- | ||
<h6 align="center">Developed with ❤️ by MineAPI</h6> |
@@ -135,2 +135,2 @@ { | ||
"map": "map" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
427749
143
193
220