LookAtMySuitBot/js/node_modules/prismarine-recipe/package.json

33 lines
774 B
JSON

{
"name": "prismarine-recipe",
"version": "1.3.1",
"description": "Represent minecraft recipes",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"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": {
"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"
}