{
  "author": "Ilio Catallo <info@iliocatallo.it>",
  "name": "typista",
  "version": "2.0.3",
  "description": " ML-inspired structured types",
  "homepage": "https://github.com/iliocatallo/typista#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iliocatallo/typista.git"
  },
  "bugs": {
    "url": "https://github.com/iliocatallo/typista/issues"
  },
  "keywords": [
    "adt",
    "algebraic",
    "data",
    "type",
    "union",
    "class",
    "constructor",
    "structured"
  ],
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "c8 ---include=lib node --test-reporter dot --test test/**.test.js",
    "coverage": "c8 report --reporter=lcov"
  },
  "devDependencies": {
    "c8": "^10.1.3"
  }
}
