UNPKG

@magikcraft/mct1

Version:

Minecraft for Type 1 Diabetes

52 lines (51 loc) 1.31 kB
{ "name": "@magikcraft/mct1", "version": "0.1.1", "description": "Minecraft for Type 1 Diabetes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Magikcraft/mct1.git" }, "keywords": [ "minecraft", "magikcraft", "sma", "scriptcraft" ], "author": "Magikcraft.io", "contributors": [ "Tim Marwick <tim@magikcraft.io> (https://triyuga.github.io/)", "Jonn Dillon (https://github.com/Technosasquach)", "Katie Morgan", "Josh Wulf <josh@magikcraft.io> (https://github.com/jwulf)" ], "license": "ISC", "bugs": { "url": "https://github.com/Magikcraft/mct1/issues" }, "homepage": "https://github.com/Magikcraft/mct1#readme", "scriptcraft_load_dir": "autoload", "devDependencies": { "husky": "^1.3.1", "prettier": "1.16.4" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,js,json,css,md}": [ "prettier --write", "tsc", "git add" ] }, "dependencies": { "@scriptcraft/types": "^1.0.0" } }