@platforma-open/milaboratories.humanization-score 0.2.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.
Files changed (1) hide show
  1. package/package.json +49 -0
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@platforma-open/milaboratories.humanization-score",
3
+ "version": "0.2.0",
4
+ "files": [
5
+ "index.d.ts",
6
+ "index.js"
7
+ ],
8
+ "dependencies": {
9
+ "@platforma-open/milaboratories.humanization-score.model": "0.2.0",
10
+ "@platforma-open/milaboratories.humanization-score.ui": "0.2.0",
11
+ "@platforma-open/milaboratories.humanization-score.workflow": "0.2.0"
12
+ },
13
+ "block": {
14
+ "components": {
15
+ "workflow": "@platforma-open/milaboratories.humanization-score.workflow/dist/tengo/tpl/main.plj.gz",
16
+ "model": "@platforma-open/milaboratories.humanization-score.model/dist/model.json",
17
+ "ui": "@platforma-open/milaboratories.humanization-score.ui/dist"
18
+ },
19
+ "meta": {
20
+ "title": "Humanization Score",
21
+ "logo": "file:../logos/block-logo.png",
22
+ "url": "https://github.com/platforma-open/humanization-score",
23
+ "docs": "https://docs.platforma.bio/guides/antibody-discovery/humanization-score/",
24
+ "support": "mailto:support@milaboratories.com",
25
+ "description": "Score antibody sequences for humanness (placeholder)",
26
+ "longDescription": "file:../docs/description.md",
27
+ "changelog": "file:../CHANGELOG.md",
28
+ "tags": [
29
+ "airr",
30
+ "antibody",
31
+ "downstream"
32
+ ],
33
+ "organization": {
34
+ "name": "MiLaboratories Inc",
35
+ "url": "https://milaboratories.com/",
36
+ "logo": "file:../logos/organization-logo.png"
37
+ },
38
+ "marketplaceRanking": 15000
39
+ }
40
+ },
41
+ "devDependencies": {
42
+ "@platforma-sdk/block-tools": "2.9.3"
43
+ },
44
+ "scripts": {
45
+ "build": "shx rm -rf ./block-pack && block-tools pack",
46
+ "do-pack": "shx rm -f *.tgz && pnpm pack && shx mv *.tgz package.tgz",
47
+ "mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
48
+ }
49
+ }