{
  "name": "@operational/frame",
  "version": "0.3.10",
  "description": "Contiamo DataFrame.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": "git@github.com:contiamo/operational-visualizations.git",
  "author": "stereobooster <stereobooster@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "tsc -w --preserveWatchOutput",
    "test": "echo 'Run this command instead: cd ../.. && yarn test' && exit 1",
    "build": "tsc",
    "clean": "rimraf tsconfig.tsbuildinfo lib dist",
    "prepare": "tsc"
  },
  "dependencies": {
    "flru": "^1.0.2"
  },
  "gitHead": "3fca4a71a8456e753e439ab14090d782a0002e13"
}
