UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@platform/cell.schema",
3 "version": "0.5.38",
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 "tdd": "ts test --watch",
10 "lint": "ts lint",
11 "build": "ts build --no-esm",
12 "prepare": "ts-node -T scripts.ts/prepare && ts prepare && rm -rf tmp"
13 },
14 "dependencies": {
15 "@platform/cache": "0.3.4",
16 "@platform/cell.coord": "0.8.222",
17 "@platform/cell.types": "0.5.39",
18 "@platform/fs.types": "0.1.2",
19 "@platform/fsdb.types": "0.6.45",
20 "@platform/libs": "0.2.3",
21 "@platform/util.hash": "0.0.45",
22 "@platform/util.mimetype": "0.1.25",
23 "@platform/util.string": "0.5.22",
24 "@platform/util.value": "0.8.9"
25 },
26 "devDependencies": {
27 "@platform/npm": "0.3.22",
28 "@platform/test": "0.2.0",
29 "@platform/ts": "4.1.0"
30 },
31 "files": [
32 "lib",
33 "!lib/test",
34 "!*.TEST.{js, mjs, d.ts}",
35 "!*.INTEGRATION.{js, mjs, d.ts}"
36 ],
37 "license": "MIT"
38}