{
  "name": "matrix-display-store",
  "version": "1.0.0",
  "description": "A utility for storing graphical data in a Matrix",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:sallar/matrix-display-store.git",
  "author": "Sallar Kaboli <sallar.kaboli@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "mocha test",
    "dev": "tsc --watch",
    "build": "tsc",
    "prepublish": "tsc"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/mocha": "^2.2.41",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "ts-node": "^3.2.1",
    "typescript": "^2.1.4"
  }
}
