UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

39 lines (38 loc) 990 B
{ "name": "@platform/cell.schema", "version": "0.4.84", "description": "URI and database schemas for the `cell.os`.", "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.94", "@platform/cell.types": "0.4.76", "@platform/fs.types": "0.0.7", "@platform/fsdb.types": "0.6.18", "@platform/libs": "0.2.1", "@platform/util.hash": "0.0.23", "@platform/util.mimetype": "0.1.3", "@platform/util.string": "0.5.0", "@platform/util.value": "0.7.13" }, "devDependencies": { "@platform/test": "0.1.7", "@platform/ts": "3.7.20" }, "files": [ "lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}", "!*.INTEGRATION.{js, mjs, d.ts}" ], "repository": "uiharness/platform", "license": "MIT" }