UNPKG

998 BJSONView Raw
1{
2 "name": "@platform/cell.schema",
3 "version": "0.5.44",
4 "description": "URI and database schemas for the `cell.os`.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "ts test",
9 "lint": "ts lint",
10 "build": "ts build --no-esm $@",
11 "prepare": "ts-node -T scripts.ts/prepare && ts prepare && rm -rf tmp"
12 },
13 "dependencies": {
14 "@platform/cache": "0.3.4",
15 "@platform/cell.coord": "0.8.228",
16 "@platform/cell.types": "0.5.45",
17 "@platform/fs.types": "0.1.2",
18 "@platform/fsdb.types": "0.6.45",
19 "@platform/libs": "0.2.3",
20 "@platform/util.hash": "0.0.45",
21 "@platform/util.mimetype": "0.1.25",
22 "@platform/util.string": "0.5.22",
23 "@platform/util.value": "0.8.9"
24 },
25 "devDependencies": {
26 "@platform/npm": "0.3.22",
27 "@platform/test": "0.2.0",
28 "@platform/ts": "4.1.0"
29 },
30 "files": [
31 "lib",
32 "!lib/test",
33 "!*.TEST.{js, mjs, d.ts}",
34 "!*.INTEGRATION.{js, mjs, d.ts}"
35 ],
36 "license": "MIT"
37}