{
  "name": "@platform/cell.typesystem",
  "version": "0.0.33",
  "description": "The 'strongly typed sheets' system of the CellOS.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "ts test",
    "tdd": "ts test --watch",
    "lint": "ts lint",
    "build": "ts build",
    "prepare": "ts prepare && rm -rf tmp"
  },
  "dependencies": {
    "@platform/cache": "0.2.23",
    "@platform/cell.coord": "0.8.105",
    "@platform/cell.schema": "0.4.95",
    "@platform/cell.types": "0.4.86",
    "@platform/libs": "0.2.1",
    "@platform/types": "0.4.14",
    "@platform/util.value": "0.7.14"
  },
  "devDependencies": {
    "@platform/test": "0.1.7",
    "@platform/ts": "3.7.20"
  },
  "files": [
    "lib",
    "!lib/test",
    "!lib/test.sample",
    "!*.TEST.{js, mjs, d.ts}",
    "!*.INTEGRATION.{js, mjs, d.ts}"
  ],
  "license": "MIT"
}
