{
  "name": "@gametactic/state",
  "version": "0.1.159",
  "description": "State Object",
  "author": "Niko Granö <niko@gametactic.eu>",
  "license": "GPL-3.0-only",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepack": "yarn run build",
    "index": "yarn cti -w -b ./src",
    "build": "rm -rf dist && tsc",
    "lint": "eslint \"**/*.{js,ts}\" --quiet --fix"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4",
    "@typescript-eslint/parser": "^4",
    "create-ts-index": "^1.13.3",
    "eslint": "^7.22.0",
    "typescript": "^3.9.6"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/uuid": "^8.3.0",
    "uuid": "^8.3.2"
  }
}
