{
  "name": "sandstone-scoreboard",
  "version": "0.1.3",
  "description": "Create custom scoreboards in sandstone with ease",
  "keywords": [
    "sandstone",
    "scoreboard",
    "minecraft",
    "datapack",
    "sandstone-library"
  ],
  "author": "nickelwise",
  "repository": {
    "type": "git",
    "url": "https://github.com/ncklwse/sandstone-scoreboard.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "watch": "typescript tsc"
  },
  "devDependencies": {
    "@types/node": "^14.14.43",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "chalk": "^4.1.1"
  },
  "peerDependencies": {
    "sandstone": "^0.12.4"
  }
}
