UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

36 lines (35 loc) 922 B
{ "name": "@platform/cell.typesystem", "version": "0.0.222", "description": "The 'strongly typed sheets' system of the CellOS.", "main": "lib/index", "types": "lib/index.d.ts", "scripts": { "test": "ts test", "lint": "ts lint", "build": "ts build --no-esm $@", "prepare": "ts-node -T scripts.ts/prepare && ts prepare && rm -rf tmp" }, "dependencies": { "@platform/cache": "0.3.27", "@platform/cell.coord": "0.8.285", "@platform/cell.schema": "0.5.103", "@platform/cell.types": "0.5.100", "@platform/libs": "0.2.14", "@platform/types": "0.5.25", "@platform/util.value": "0.9.10" }, "devDependencies": { "@platform/npm": "0.4.18", "@platform/test": "0.2.10", "@platform/ts": "4.1.23" }, "files": [ "lib", "!lib/test", "!lib/test.sample", "!*.TEST.{js, mjs, d.ts}", "!*.INTEGRATION.{js, mjs, d.ts}" ], "license": "MIT" }