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

40 lines
990 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "prismarine-item",
"version": "1.14.0",
"description": "Represent a minecraft item with its associated data",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha --reporter spec --exit",
"pretest": "npm run lint",
"fix": "standard --fix",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/prismarine-item.git"
},
"devDependencies": {
"@types/node": "^20.2.1",
"expect": "^29.1.2",
"mocha": "^10.0.0",
"prismarine-item": "file:.",
"standard": "^17.0.0"
},
"keywords": [
"minecraft",
"item",
"prismarine"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-item/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-item#readme",
"dependencies": {
"prismarine-nbt": "^2.0.0",
"prismarine-registry": "^1.4.0"
}
}