UNPKG

703 BJSONView Raw
1{
2 "name": "@platform/util.value",
3 "version": "0.8.14",
4 "description": "Helpers for working with, transforming, and formatting values.",
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 prepare"
13 },
14 "dependencies": {
15 "@platform/libs": "0.2.6",
16 "@platform/types": "0.5.14",
17 "@platform/util.is": "0.0.144",
18 "cuid": "2.1.8",
19 "dayjs": "1.9.8"
20 },
21 "devDependencies": {
22 "@platform/test": "0.2.2",
23 "@platform/ts": "4.1.5"
24 },
25 "files": [
26 "lib",
27 "!lib/test",
28 "!*.TEST.{js, mjs, d.ts}"
29 ],
30 "license": "MIT"
31}