-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.78 KB
/
package.json
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
75
76
{
"name": "@onehat/data",
"version": "1.22.3",
"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",
"async-wait-until": "^2.0.12",
"accounting-js": "^1.1.1",
"axios": "^1.6.2",
"chrono-node": "^2.7.3",
"he": "^1.2.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"natsort": "^2.0.3",
"numeral": "^2.0.6",
"object-hash": "^3.0.0",
"qs": "^6.11.2",
"relative-time-parser": "^1.0.15",
"uuid": "^9.0.1"
},
"peerDependencies": {
"fast-xml-parser": "^4.4.1",
"store2": "^2.14.3"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/plugin-transform-class-properties": "^7.22.3",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.22.3",
"@cypress/webpack-preprocessor": "^5.17.1",
"babel-loader": "^9.1.2",
"cypress": "12.15.0",
"ink-docstrap": "^1.3.2",
"joi": "^17.9.2",
"jsdoc": "^4.0.2",
"webpack": "^5.85.0",
"yup": "^1.2.0"
}
}