prismarine-recipe
Version:
Represent minecraft recipes
34 lines (33 loc) • 813 B
JSON
{
"name": "prismarine-recipe",
"version": "1.5.0",
"description": "Represent minecraft recipes",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "mocha test/ && npm run lint",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/PrismarineJS/prismarine-recipe.git"
},
"peerDependencies": {
"prismarine-registry": "^1.4.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"standard": "^17.0.0"
},
"keywords": [
"minecraft",
"recipe"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-recipe/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-recipe#readme"
}