{
  "name": "@fp4ts/cats-core",
  "version": "0.0.1-alpha.12",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf lib && rm -f *.tsbuildinfo && rm -rf node_modules",
    "compile": "yarn tsc --build tsconfig.build.json"
  },
  "dependencies": {
    "@fp4ts/cats-kernel": "0.0.1-alpha.12",
    "@fp4ts/core": "0.0.1-alpha.12"
  },
  "devDependencies": {
    "typescript": "4.9.5"
  },
  "files": [
    "lib",
    "!**/__tests__",
    "!**/*.tsbuildinfo"
  ],
  "homepage": "https://github.com/fp4ts/fp4ts#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/fp4ts/fp4ts",
    "directory": "packages/cats/core"
  }
}
