{
  "name": "@tilia/core",
  "version": "1.6.1",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/tiliajs/tilia.git"
  },
  "description": "🍃 State management library, for simple minds.",
  "keywords": [
    "rescript",
    "state",
    "state management",
    "tilia",
    "frp"
  ],
  "author": "Gaspard Anna Bucher <g.a.bucher@midasum.com>",
  "license": "MIT"
}