-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.85 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.85 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
{
"name": "@themost/data",
"version": "2.6.55",
"description": "MOST Web Framework Codename Blueshift - Data module",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
},
"peerDependencies": {
"@themost/common": "^2.5.11",
"@themost/query": "^2.5.29",
"@themost/xml": "^2.5.2"
},
"engines": {
"node": ">=8.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/data.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/data/issues"
},
"homepage": "https://github.com/themost-framework/data#readme",
"dependencies": {
"@themost/events": "^1.3.0",
"@themost/promise-sequence": "^1.0.1",
"async": "^2.6.4",
"lodash": "^4.17.21",
"node-cache": "^1.1.0",
"pluralize": "^7.0.0",
"q": "^1.4.1",
"sprintf-js": "^1.1.2",
"symbol": "^0.3.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.16.7",
"@themost/common": "^2.5.11",
"@themost/json-logger": "^1.1.0",
"@themost/peers": "^1.0.2",
"@themost/query": "^2.5.29",
"@themost/sqlite": "^2.6.16",
"@themost/xml": "^2.5.2",
"@types/core-js": "^2.5.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.149",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.0",
"@types/pluralize": "0.0.29",
"@types/q": "^1.5.1",
"@types/sprintf-js": "^1.1.2",
"@types/sql.js": "^1.4.0",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.7.0",
"jest-standard-reporter": "^2.0.0",
"moment": "^2.30.1",
"sql.js": "^1.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}