UNPKG

816 BJSONView Raw
1{
2 "name": "@platform/fsdb.model",
3 "version": "0.6.106",
4 "description": "Model system for working with IDb data.",
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 "build-test": "ts build",
13 "prepare": "ts prepare"
14 },
15 "dependencies": {
16 "@platform/fsdb.types": "0.6.58",
17 "@platform/libs": "0.2.10",
18 "@platform/types": "0.5.21",
19 "@platform/util.value": "0.8.23"
20 },
21 "devDependencies": {
22 "@platform/fsdb.nedb": "1.3.161",
23 "@platform/fs": "0.6.13",
24 "@platform/test": "0.2.6",
25 "@platform/ts": "4.1.13"
26 },
27 "files": [
28 "lib",
29 "!lib/test",
30 "!*.TEST.{js, mjs, d.ts}",
31 "!*.INTEGRATION.{js, mjs, d.ts}"
32 ],
33 "license": "MIT"
34}