{
  "name": "fusetype",
  "version": "0.1.11",
  "description": "typescript state management library for React, Svelte and more..",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/esharmony/fusetype"
  },
  "homepage": "https://www.fusetype.info/",
  "bugs": "https://github.com/esharmony/fusetype/issues",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "[ -d './lib/*' ] && rm ./lib/* && tsc || tsc"
  },
  "keywords": [
    "State",
    "Management",
    "FuseType",
    "React",
    "Svelte",
    "TypeScript"
  ],
  "author": "Matthew Barnden",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^4.4.2"
  }
}
