@bets-pf/shared-typeorm-models 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/typeorm-entities/algorithm/algorithm.orm-entity.d.ts +17 -0
- package/dist/typeorm-entities/algorithm/algorithm.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/algorithm/algorithm.orm-entity.js +74 -0
- package/dist/typeorm-entities/algorithm/algorithm.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/algorithm/index.d.ts +4 -0
- package/dist/typeorm-entities/algorithm/index.d.ts.map +1 -0
- package/dist/typeorm-entities/algorithm/index.js +14 -0
- package/dist/typeorm-entities/algorithm/index.js.map +1 -0
- package/dist/typeorm-entities/algorithm/types/algorithm.types.d.ts +87 -0
- package/dist/typeorm-entities/algorithm/types/algorithm.types.d.ts.map +1 -0
- package/dist/typeorm-entities/algorithm/types/algorithm.types.js +62 -0
- package/dist/typeorm-entities/algorithm/types/algorithm.types.js.map +1 -0
- package/dist/typeorm-entities/game/game.orm-entity.d.ts +19 -0
- package/dist/typeorm-entities/game/game.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/game/game.orm-entity.js +79 -0
- package/dist/typeorm-entities/game/game.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/game/index.d.ts +3 -0
- package/dist/typeorm-entities/game/index.d.ts.map +1 -0
- package/dist/typeorm-entities/game/index.js +8 -0
- package/dist/typeorm-entities/game/index.js.map +1 -0
- package/dist/typeorm-entities/game/types/game.types.d.ts +8 -0
- package/dist/typeorm-entities/game/types/game.types.d.ts.map +1 -0
- package/dist/typeorm-entities/game/types/game.types.js +12 -0
- package/dist/typeorm-entities/game/types/game.types.js.map +1 -0
- package/dist/typeorm-entities/index.d.ts +9 -0
- package/dist/typeorm-entities/index.d.ts.map +1 -0
- package/dist/typeorm-entities/index.js +25 -0
- package/dist/typeorm-entities/index.js.map +1 -0
- package/dist/typeorm-entities/message/index.d.ts +3 -0
- package/dist/typeorm-entities/message/index.d.ts.map +1 -0
- package/dist/typeorm-entities/message/index.js +6 -0
- package/dist/typeorm-entities/message/index.js.map +1 -0
- package/dist/typeorm-entities/message/message.orm-entity.d.ts +12 -0
- package/dist/typeorm-entities/message/message.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/message/message.orm-entity.js +54 -0
- package/dist/typeorm-entities/message/message.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/message/types/message-vars.types.d.ts +27 -0
- package/dist/typeorm-entities/message/types/message-vars.types.d.ts.map +1 -0
- package/dist/typeorm-entities/message/types/message-vars.types.js +3 -0
- package/dist/typeorm-entities/message/types/message-vars.types.js.map +1 -0
- package/dist/typeorm-entities/odds/index.d.ts +4 -0
- package/dist/typeorm-entities/odds/index.d.ts.map +1 -0
- package/dist/typeorm-entities/odds/index.js +9 -0
- package/dist/typeorm-entities/odds/index.js.map +1 -0
- package/dist/typeorm-entities/odds/odds.orm-entity.d.ts +13 -0
- package/dist/typeorm-entities/odds/odds.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/odds/odds.orm-entity.js +58 -0
- package/dist/typeorm-entities/odds/odds.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/odds/types/odds.types.d.ts +20 -0
- package/dist/typeorm-entities/odds/types/odds.types.d.ts.map +1 -0
- package/dist/typeorm-entities/odds/types/odds.types.js +14 -0
- package/dist/typeorm-entities/odds/types/odds.types.js.map +1 -0
- package/dist/typeorm-entities/signal/index.d.ts +4 -0
- package/dist/typeorm-entities/signal/index.d.ts.map +1 -0
- package/dist/typeorm-entities/signal/index.js +8 -0
- package/dist/typeorm-entities/signal/index.js.map +1 -0
- package/dist/typeorm-entities/signal/signal.orm-entity.d.ts +24 -0
- package/dist/typeorm-entities/signal/signal.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/signal/signal.orm-entity.js +95 -0
- package/dist/typeorm-entities/signal/signal.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/signal/types/signal.types.d.ts +11 -0
- package/dist/typeorm-entities/signal/types/signal.types.d.ts.map +1 -0
- package/dist/typeorm-entities/signal/types/signal.types.js +10 -0
- package/dist/typeorm-entities/signal/types/signal.types.js.map +1 -0
- package/dist/typeorm-entities/statistics/index.d.ts +8 -0
- package/dist/typeorm-entities/statistics/index.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/index.js +12 -0
- package/dist/typeorm-entities/statistics/index.js.map +1 -0
- package/dist/typeorm-entities/statistics/statistics-algorithm.orm-entity.d.ts +10 -0
- package/dist/typeorm-entities/statistics/statistics-algorithm.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/statistics-algorithm.orm-entity.js +44 -0
- package/dist/typeorm-entities/statistics/statistics-algorithm.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/statistics/statistics.orm-entity.d.ts +12 -0
- package/dist/typeorm-entities/statistics/statistics.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/statistics.orm-entity.js +45 -0
- package/dist/typeorm-entities/statistics/statistics.orm-entity.js.map +1 -0
- package/dist/typeorm-entities/statistics/types/events.types.d.ts +14 -0
- package/dist/typeorm-entities/statistics/types/events.types.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/types/events.types.js +13 -0
- package/dist/typeorm-entities/statistics/types/events.types.js.map +1 -0
- package/dist/typeorm-entities/statistics/types/statistics-algorithm.types.d.ts +3 -0
- package/dist/typeorm-entities/statistics/types/statistics-algorithm.types.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/types/statistics-algorithm.types.js +3 -0
- package/dist/typeorm-entities/statistics/types/statistics-algorithm.types.js.map +1 -0
- package/dist/typeorm-entities/statistics/types/statistics.types.d.ts +22 -0
- package/dist/typeorm-entities/statistics/types/statistics.types.d.ts.map +1 -0
- package/dist/typeorm-entities/statistics/types/statistics.types.js +16 -0
- package/dist/typeorm-entities/statistics/types/statistics.types.js.map +1 -0
- package/dist/typeorm-entities/telegram-report/index.d.ts +2 -0
- package/dist/typeorm-entities/telegram-report/index.d.ts.map +1 -0
- package/dist/typeorm-entities/telegram-report/index.js +6 -0
- package/dist/typeorm-entities/telegram-report/index.js.map +1 -0
- package/dist/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.d.ts +8 -0
- package/dist/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.d.ts.map +1 -0
- package/dist/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.js +39 -0
- package/dist/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.types.d.ts","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/events.types.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAA;IAIf,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,CAAC,GAAG,CAAC,CAAA;CACd"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventType = void 0;
|
|
4
|
+
var EventType;
|
|
5
|
+
(function (EventType) {
|
|
6
|
+
EventType["Goal"] = "goal";
|
|
7
|
+
EventType["YellowCard"] = "yellowCard";
|
|
8
|
+
EventType["RedCard"] = "redCard";
|
|
9
|
+
EventType["Penalty"] = "penalty";
|
|
10
|
+
EventType["MissPenalty"] = "missPenalty";
|
|
11
|
+
EventType["Corner"] = "corner";
|
|
12
|
+
})(EventType || (exports.EventType = EventType = {}));
|
|
13
|
+
//# sourceMappingURL=events.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.types.js","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/events.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,sCAAyB,CAAA;IACzB,gCAAmB,CAAA;IACnB,gCAAmB,CAAA;IACnB,wCAA2B,CAAA;IAC3B,8BAAiB,CAAA;AACnB,CAAC,EAPW,SAAS,yBAAT,SAAS,QAOpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statistics-algorithm.types.d.ts","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/statistics-algorithm.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAE5C,MAAM,MAAM,8BAA8B,GAAG,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statistics-algorithm.types.js","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/statistics-algorithm.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface MatchStats {
|
|
2
|
+
HT: StatItem | null;
|
|
3
|
+
ST: StatItem | null;
|
|
4
|
+
FT: StatItem | null;
|
|
5
|
+
}
|
|
6
|
+
export type StatItem = Record<StatisticsItemType, StatPlayers | null>;
|
|
7
|
+
export declare enum StatisticsItemType {
|
|
8
|
+
Corners = "corners",
|
|
9
|
+
Attacks = "attacks",
|
|
10
|
+
DangerousAttacks = "dangerousAttacks",
|
|
11
|
+
ShotsOn = "shotsOn",
|
|
12
|
+
ShotsOff = "shotsOff",
|
|
13
|
+
Penalty = "penalty",
|
|
14
|
+
YellowCards = "yellowCards",
|
|
15
|
+
RedCards = "redCards",
|
|
16
|
+
Totals = "total"
|
|
17
|
+
}
|
|
18
|
+
export interface StatPlayers {
|
|
19
|
+
player1: number;
|
|
20
|
+
player2: number;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=statistics.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statistics.types.d.ts","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/statistics.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,QAAQ,GAAG,IAAI,CAAA;IACnB,EAAE,EAAE,QAAQ,GAAG,IAAI,CAAA;IACnB,EAAE,EAAE,QAAQ,GAAG,IAAI,CAAA;CACpB;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,kBAAkB,EAAE,WAAW,GAAG,IAAI,CAAC,CAAA;AAErE,oBAAY,kBAAkB;IAC5B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,gBAAgB,qBAAqB;IACrC,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,MAAM,UAAU;CACjB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAChB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StatisticsItemType = void 0;
|
|
4
|
+
var StatisticsItemType;
|
|
5
|
+
(function (StatisticsItemType) {
|
|
6
|
+
StatisticsItemType["Corners"] = "corners";
|
|
7
|
+
StatisticsItemType["Attacks"] = "attacks";
|
|
8
|
+
StatisticsItemType["DangerousAttacks"] = "dangerousAttacks";
|
|
9
|
+
StatisticsItemType["ShotsOn"] = "shotsOn";
|
|
10
|
+
StatisticsItemType["ShotsOff"] = "shotsOff";
|
|
11
|
+
StatisticsItemType["Penalty"] = "penalty";
|
|
12
|
+
StatisticsItemType["YellowCards"] = "yellowCards";
|
|
13
|
+
StatisticsItemType["RedCards"] = "redCards";
|
|
14
|
+
StatisticsItemType["Totals"] = "total";
|
|
15
|
+
})(StatisticsItemType || (exports.StatisticsItemType = StatisticsItemType = {}));
|
|
16
|
+
//# sourceMappingURL=statistics.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statistics.types.js","sourceRoot":"","sources":["../../../../src/typeorm-entities/statistics/types/statistics.types.ts"],"names":[],"mappings":";;;AAQA,IAAY,kBAUX;AAVD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,yCAAmB,CAAA;IACnB,2DAAqC,CAAA;IACrC,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,iDAA2B,CAAA;IAC3B,2CAAqB,CAAA;IACrB,sCAAgB,CAAA;AAClB,CAAC,EAVW,kBAAkB,kCAAlB,kBAAkB,QAU7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typeorm-entities/telegram-report/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TelegramReportSignalsOrmEntity = void 0;
|
|
4
|
+
var telegram_report_signals_orm_entity_1 = require("./telegram-report-signals.orm-entity");
|
|
5
|
+
Object.defineProperty(exports, "TelegramReportSignalsOrmEntity", { enumerable: true, get: function () { return telegram_report_signals_orm_entity_1.TelegramReportSignalsOrmEntity; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/typeorm-entities/telegram-report/index.ts"],"names":[],"mappings":";;;AAAA,2FAAqF;AAA5E,oJAAA,8BAA8B,OAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AlgorithmOrmEntity } from '../algorithm';
|
|
2
|
+
export declare class TelegramReportSignalsOrmEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
algorithmId: string;
|
|
5
|
+
lastPublish: string;
|
|
6
|
+
algorithm: AlgorithmOrmEntity;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=telegram-report-signals.orm-entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telegram-report-signals.orm-entity.d.ts","sourceRoot":"","sources":["../../../src/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AAGjD,qBACa,8BAA8B;IAEzC,EAAE,EAAE,MAAM,CAAA;IAIV,WAAW,EAAE,MAAM,CAAA;IAGnB,WAAW,EAAE,MAAM,CAAA;IAInB,SAAS,EAAE,kBAAkB,CAAA;CAC9B"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TelegramReportSignalsOrmEntity = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const algorithm_1 = require("../algorithm");
|
|
15
|
+
let TelegramReportSignalsOrmEntity = class TelegramReportSignalsOrmEntity {
|
|
16
|
+
};
|
|
17
|
+
exports.TelegramReportSignalsOrmEntity = TelegramReportSignalsOrmEntity;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], TelegramReportSignalsOrmEntity.prototype, "id", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Index)(),
|
|
24
|
+
(0, typeorm_1.Column)({ name: 'algorithm_id' }),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], TelegramReportSignalsOrmEntity.prototype, "algorithmId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.Column)({ name: 'last_publish' }),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], TelegramReportSignalsOrmEntity.prototype, "lastPublish", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, typeorm_1.OneToOne)(() => algorithm_1.AlgorithmOrmEntity, { createForeignKeyConstraints: false }),
|
|
33
|
+
(0, typeorm_1.JoinColumn)({ name: 'algorithm_id', referencedColumnName: 'id' }),
|
|
34
|
+
__metadata("design:type", algorithm_1.AlgorithmOrmEntity)
|
|
35
|
+
], TelegramReportSignalsOrmEntity.prototype, "algorithm", void 0);
|
|
36
|
+
exports.TelegramReportSignalsOrmEntity = TelegramReportSignalsOrmEntity = __decorate([
|
|
37
|
+
(0, typeorm_1.Entity)({ name: 'telegram-report' })
|
|
38
|
+
], TelegramReportSignalsOrmEntity);
|
|
39
|
+
//# sourceMappingURL=telegram-report-signals.orm-entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telegram-report-signals.orm-entity.js","sourceRoot":"","sources":["../../../src/typeorm-entities/telegram-report/telegram-report-signals.orm-entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6F;AAC7F,4CAAiD;AAI1C,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;CAc1C,CAAA;AAdY,wEAA8B;AAEzC;IADC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;0DACrB;AAIV;IAFC,IAAA,eAAK,GAAE;IACP,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;;mEACd;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;;mEACd;AAInB;IAFC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,8BAAkB,EAAE,EAAE,2BAA2B,EAAE,KAAK,EAAE,CAAC;IAC1E,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC;8BACtD,8BAAkB;iEAAA;yCAblB,8BAA8B;IAD1C,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;GACvB,8BAA8B,CAc1C"}
|
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bets-pf/shared-typeorm-models",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Shared TypeORM entities for BPF platform",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/**/*"
|
|
9
|
+
],
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"require": "./dist/index.js",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"repository": "git@gitlab.com:bets-project-fclans/BPF-shared-models.git",
|
|
18
|
+
"author": "FCLans",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "rimraf dist && tsc"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
28
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
29
|
+
"eslint": "^9.39.1",
|
|
30
|
+
"prettier": "3.7.4",
|
|
31
|
+
"rimraf": "^6.1.2",
|
|
32
|
+
"typeorm": "^0.3.28",
|
|
33
|
+
"typescript": "^5.9.3"
|
|
34
|
+
},
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"typeorm": "^0.3.0",
|
|
37
|
+
"reflect-metadata": "^0.1.0 || ^0.2.0"
|
|
38
|
+
}
|
|
39
|
+
}
|