-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.78 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@onehat/data",
"version": "1.22.36",
"description": "JS data modeling package with adapters for many storage mediums.",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "npx cypress open",
"test2": "DEBUG=cypress:* npx cypress open",
"docs": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneHatRepo/data.git"
},
"keywords": [
"onehat",
"js",
"data",
"model",
"orm",
"object oriented",
"oo",
"repository",
"entity",
"store"
],
"author": {
"name": "Scott Spuler",
"company": "OneHat Technologies, LLC",
"url": "https://onehat.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/OneHatRepo/data/issues"
},
"homepage": "https://github.com/OneHatRepo/data#readme",
"dependencies": {
"@onehat/events": "^1.6.6",
"accounting-js": "^2.0.3",
"async-wait-until": "^2.0.31",
"axios": "^1.13.0",
"chrono-node": "^2.9.0",
"he": "^1.2.0",
"js-base64": "^3.7.8",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"natsort": "^2.0.3",
"numeral": "^2.0.6",
"object-hash": "^3.0.0",
"qs": "^6.14.0",
"relative-time-parser": "^1.0.15",
"uuid": "^13.0.0"
},
"peerDependencies": {
"fast-xml-parser": "^4.4.1",
"store2": "^2.14.3"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@cypress/webpack-preprocessor": "^5.17.1",
"cypress": "^13.15.2",
"cypress-localstorage-commands": "^2.2.7",
"ink-docstrap": "^1.3.2",
"joi": "^17.9.2",
"jsdoc": "^4.0.2",
"yup": "^1.2.0"
}
}