trm-registry-types 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/LICENSE +21 -0
- package/README.md +11 -0
- package/dist/AuthOAuth2.d.ts +4 -0
- package/dist/AuthOAuth2.js +3 -0
- package/dist/AuthOAuth2.js.map +1 -0
- package/dist/AuthenticationType.d.ts +5 -0
- package/dist/AuthenticationType.js +10 -0
- package/dist/AuthenticationType.js.map +1 -0
- package/dist/MessageType.d.ts +5 -0
- package/dist/MessageType.js +10 -0
- package/dist/MessageType.js.map +1 -0
- package/dist/OAuth2Data.d.ts +6 -0
- package/dist/OAuth2Data.js +3 -0
- package/dist/OAuth2Data.js.map +1 -0
- package/dist/Ping.d.ts +8 -0
- package/dist/Ping.js +3 -0
- package/dist/Ping.js.map +1 -0
- package/dist/Release.d.ts +5 -0
- package/dist/Release.js +3 -0
- package/dist/Release.js.map +1 -0
- package/dist/ResponseMessage.d.ts +5 -0
- package/dist/ResponseMessage.js +3 -0
- package/dist/ResponseMessage.js.map +1 -0
- package/dist/UserAuthorization.d.ts +3 -0
- package/dist/UserAuthorization.js +3 -0
- package/dist/UserAuthorization.js.map +1 -0
- package/dist/View.d.ts +12 -0
- package/dist/View.js +3 -0
- package/dist/View.js.map +1 -0
- package/dist/WhoAmI.d.ts +5 -0
- package/dist/WhoAmI.js +3 -0
- package/dist/WhoAmI.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -0
- package/dist/request/OAuth2Body.d.ts +6 -0
- package/dist/request/OAuth2Body.js +3 -0
- package/dist/request/OAuth2Body.js.map +1 -0
- package/dist/request/index.d.ts +1 -0
- package/dist/request/index.js +18 -0
- package/dist/request/index.js.map +1 -0
- package/dist/response/AuthOAuth2.d.ts +4 -0
- package/dist/response/AuthOAuth2.js +3 -0
- package/dist/response/AuthOAuth2.js.map +1 -0
- package/dist/response/AuthenticationType.d.ts +5 -0
- package/dist/response/AuthenticationType.js +10 -0
- package/dist/response/AuthenticationType.js.map +1 -0
- package/dist/response/MessageType.d.ts +5 -0
- package/dist/response/MessageType.js +10 -0
- package/dist/response/MessageType.js.map +1 -0
- package/dist/response/OAuth2Data.d.ts +6 -0
- package/dist/response/OAuth2Data.js +3 -0
- package/dist/response/OAuth2Data.js.map +1 -0
- package/dist/response/Ping.d.ts +8 -0
- package/dist/response/Ping.js +3 -0
- package/dist/response/Ping.js.map +1 -0
- package/dist/response/Release.d.ts +5 -0
- package/dist/response/Release.js +3 -0
- package/dist/response/Release.js.map +1 -0
- package/dist/response/ResponseMessage.d.ts +5 -0
- package/dist/response/ResponseMessage.js +3 -0
- package/dist/response/ResponseMessage.js.map +1 -0
- package/dist/response/UserAuthorization.d.ts +3 -0
- package/dist/response/UserAuthorization.js +3 -0
- package/dist/response/UserAuthorization.js.map +1 -0
- package/dist/response/View.d.ts +12 -0
- package/dist/response/View.js +3 -0
- package/dist/response/View.js.map +1 -0
- package/dist/response/WhoAmI.d.ts +7 -0
- package/dist/response/WhoAmI.js +3 -0
- package/dist/response/WhoAmI.js.map +1 -0
- package/dist/response/index.d.ts +10 -0
- package/dist/response/index.js +27 -0
- package/dist/response/index.js.map +1 -0
- package/package.json +26 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) [2023] [RegestaItalia]
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# TRM Registry Types
|
|
2
|
+
|
|
3
|
+
[trm-registry-types](https://www.npmjs.com/package/trm-registry-types) is a Node package that contains the type declaration of all TRM Registry REST APIs requests and responses.
|
|
4
|
+
|
|
5
|
+
The documentation of TRM Registry Types is only related to the request and response objects.
|
|
6
|
+
|
|
7
|
+
The API documentation (and object usage) can be found [here](https://docs.trmregistry.com).
|
|
8
|
+
|
|
9
|
+
<!-- START TABLE_OF_CONTENTS.md -->
|
|
10
|
+
- [Request types](docs/requests.md)
|
|
11
|
+
- [Response types](docs/responses.md)<!-- END TABLE_OF_CONTENTS.md -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthOAuth2.js","sourceRoot":"","sources":["../src/AuthOAuth2.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationType = void 0;
|
|
4
|
+
var AuthenticationType;
|
|
5
|
+
(function (AuthenticationType) {
|
|
6
|
+
AuthenticationType["NO_AUTH"] = "NO_AUTH";
|
|
7
|
+
AuthenticationType["BASIC"] = "BASIC";
|
|
8
|
+
AuthenticationType["OAUTH2"] = "OAUTH2";
|
|
9
|
+
})(AuthenticationType || (exports.AuthenticationType = AuthenticationType = {}));
|
|
10
|
+
//# sourceMappingURL=AuthenticationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthenticationType.js","sourceRoot":"","sources":["../src/AuthenticationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,yCAAmB,CAAA;IACnB,qCAAe,CAAA;IACf,uCAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageType = void 0;
|
|
4
|
+
var MessageType;
|
|
5
|
+
(function (MessageType) {
|
|
6
|
+
MessageType["WARNING"] = "WARNING";
|
|
7
|
+
MessageType["ERROR"] = "ERROR";
|
|
8
|
+
MessageType["INFO"] = "INFO";
|
|
9
|
+
})(MessageType || (exports.MessageType = MessageType = {}));
|
|
10
|
+
//# sourceMappingURL=MessageType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageType.js","sourceRoot":"","sources":["../src/MessageType.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;IACf,4BAAa,CAAA;AACjB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuth2Data.js","sourceRoot":"","sources":["../src/OAuth2Data.ts"],"names":[],"mappings":""}
|
package/dist/Ping.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AuthenticationType } from "./AuthenticationType";
|
|
2
|
+
import { OAuth2Data } from "./OAuth2Data";
|
|
3
|
+
import { ResponseMessage } from "./ResponseMessage";
|
|
4
|
+
export type Ping = {
|
|
5
|
+
authenticationType: AuthenticationType;
|
|
6
|
+
authenticationData?: OAuth2Data;
|
|
7
|
+
wallMessage?: ResponseMessage;
|
|
8
|
+
};
|
package/dist/Ping.js
ADDED
package/dist/Ping.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ping.js","sourceRoot":"","sources":["../src/Ping.ts"],"names":[],"mappings":""}
|
package/dist/Release.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Release.js","sourceRoot":"","sources":["../src/Release.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../src/ResponseMessage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAuthorization.js","sourceRoot":"","sources":["../src/UserAuthorization.ts"],"names":[],"mappings":""}
|
package/dist/View.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Release } from "./Release";
|
|
2
|
+
import { UserAuthorization } from "./UserAuthorization";
|
|
3
|
+
export type View = {
|
|
4
|
+
name?: string;
|
|
5
|
+
private?: boolean;
|
|
6
|
+
shortDescription?: string;
|
|
7
|
+
website?: string;
|
|
8
|
+
git?: string;
|
|
9
|
+
license?: string;
|
|
10
|
+
userAuthorizations: UserAuthorization;
|
|
11
|
+
release?: Release;
|
|
12
|
+
};
|
package/dist/View.js
ADDED
package/dist/View.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"View.js","sourceRoot":"","sources":["../src/View.ts"],"names":[],"mappings":""}
|
package/dist/WhoAmI.d.ts
ADDED
package/dist/WhoAmI.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WhoAmI.js","sourceRoot":"","sources":["../src/WhoAmI.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./request"), exports);
|
|
18
|
+
__exportStar(require("./response"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuth2Body.js","sourceRoot":"","sources":["../../src/request/OAuth2Body.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./OAuth2Body";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./OAuth2Body"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/request/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthOAuth2.js","sourceRoot":"","sources":["../../src/response/AuthOAuth2.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthenticationType = void 0;
|
|
4
|
+
var AuthenticationType;
|
|
5
|
+
(function (AuthenticationType) {
|
|
6
|
+
AuthenticationType["NO_AUTH"] = "NO_AUTH";
|
|
7
|
+
AuthenticationType["BASIC"] = "BASIC";
|
|
8
|
+
AuthenticationType["OAUTH2"] = "OAUTH2";
|
|
9
|
+
})(AuthenticationType || (exports.AuthenticationType = AuthenticationType = {}));
|
|
10
|
+
//# sourceMappingURL=AuthenticationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthenticationType.js","sourceRoot":"","sources":["../../src/response/AuthenticationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,yCAAmB,CAAA;IACnB,qCAAe,CAAA;IACf,uCAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageType = void 0;
|
|
4
|
+
var MessageType;
|
|
5
|
+
(function (MessageType) {
|
|
6
|
+
MessageType["WARNING"] = "WARNING";
|
|
7
|
+
MessageType["ERROR"] = "ERROR";
|
|
8
|
+
MessageType["INFO"] = "INFO";
|
|
9
|
+
})(MessageType || (exports.MessageType = MessageType = {}));
|
|
10
|
+
//# sourceMappingURL=MessageType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageType.js","sourceRoot":"","sources":["../../src/response/MessageType.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;IACf,4BAAa,CAAA;AACjB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OAuth2Data.js","sourceRoot":"","sources":["../../src/response/OAuth2Data.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AuthenticationType } from "./AuthenticationType";
|
|
2
|
+
import { OAuth2Data } from "./OAuth2Data";
|
|
3
|
+
import { ResponseMessage } from "./ResponseMessage";
|
|
4
|
+
export type Ping = {
|
|
5
|
+
authenticationType: AuthenticationType;
|
|
6
|
+
authenticationData?: OAuth2Data;
|
|
7
|
+
wallMessage?: ResponseMessage;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ping.js","sourceRoot":"","sources":["../../src/response/Ping.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Release.js","sourceRoot":"","sources":["../../src/response/Release.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../../src/response/ResponseMessage.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAuthorization.js","sourceRoot":"","sources":["../../src/response/UserAuthorization.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Release } from "./Release";
|
|
2
|
+
import { UserAuthorization } from "./UserAuthorization";
|
|
3
|
+
export type View = {
|
|
4
|
+
name?: string;
|
|
5
|
+
private?: boolean;
|
|
6
|
+
shortDescription?: string;
|
|
7
|
+
website?: string;
|
|
8
|
+
git?: string;
|
|
9
|
+
license?: string;
|
|
10
|
+
userAuthorizations: UserAuthorization;
|
|
11
|
+
release?: Release;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"View.js","sourceRoot":"","sources":["../../src/response/View.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WhoAmI.js","sourceRoot":"","sources":["../../src/response/WhoAmI.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./Ping";
|
|
2
|
+
export * from "./UserAuthorization";
|
|
3
|
+
export * from "./View";
|
|
4
|
+
export * from "./Release";
|
|
5
|
+
export * from "./WhoAmI";
|
|
6
|
+
export * from "./AuthenticationType";
|
|
7
|
+
export * from "./MessageType";
|
|
8
|
+
export * from "./ResponseMessage";
|
|
9
|
+
export * from "./OAuth2Data";
|
|
10
|
+
export * from "./AuthOAuth2";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Ping"), exports);
|
|
18
|
+
__exportStar(require("./UserAuthorization"), exports);
|
|
19
|
+
__exportStar(require("./View"), exports);
|
|
20
|
+
__exportStar(require("./Release"), exports);
|
|
21
|
+
__exportStar(require("./WhoAmI"), exports);
|
|
22
|
+
__exportStar(require("./AuthenticationType"), exports);
|
|
23
|
+
__exportStar(require("./MessageType"), exports);
|
|
24
|
+
__exportStar(require("./ResponseMessage"), exports);
|
|
25
|
+
__exportStar(require("./OAuth2Data"), exports);
|
|
26
|
+
__exportStar(require("./AuthOAuth2"), exports);
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/response/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,sDAAoC;AACpC,yCAAuB;AACvB,4CAA0B;AAC1B,2CAAyB;AACzB,uDAAqC;AACrC,gDAA8B;AAC9B,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B"}
|
package/package.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "trm-registry-types",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "TRM Registry Types",
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"/dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "tsc"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"trm",
|
|
14
|
+
"abap"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://www.trmregistry.com",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/RegestaItalia/trm-registry-types.git"
|
|
20
|
+
},
|
|
21
|
+
"author": {
|
|
22
|
+
"name": "Simone Gaffurini",
|
|
23
|
+
"email": "simone.gaffurini@regestaitalia.it"
|
|
24
|
+
},
|
|
25
|
+
"license": "MIT"
|
|
26
|
+
}
|