UNPKG

minecraftcommandsdk

Version:
37 lines 966 B
{ "name": "minecraftcommandsdk", "version": "0.0.3", "description": "A minecraft command sdk", "main": "src/index.ts", "scripts": { "test": "node_modules/.bin/karma start" }, "repository": { "type": "git", "url": "git+https://github.com/brunnerlivio/minecraftcommandsdk.git" }, "keywords": [ "minecraft", "command", "sdk", "summon", "give" ], "author": "Livio Brunner <contact@brunnerliv.io>", "license": "MIT", "bugs": { "url": "https://github.com/brunnerlivio/minecraftcommandsdk/issues" }, "homepage": "https://github.com/brunnerlivio/minecraftcommandsdk#readme", "devDependencies": { "@types/expect.js": "^0.3.29", "@types/mocha": "^2.2.33", "expect.js": "^0.3.1", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.0.2", "karma-typescript": "^2.1.4", "mocha": "^3.2.0", "typescript": "^2.0.10" } }