{
  "name": "op-rocks",
  "version": "0.1.0",
  "description": "Composable operations library in TypeScript.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/format-codex/op-rocks.git"
  },
  "author": "Duncan Cross",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/format-codex/op-rocks/issues"
  },
  "homepage": "https://github.com/format-codex/op-rocks#readme",
  "devDependencies": {
    "typescript": "^3.7.3"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ]
}
