@platforma-open/milaboratories.clonotype-clustering 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 +2 -0
- package/package.json +21 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@platforma-open/milaboratories.clonotype-clustering",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"index.d.ts",
|
|
6
|
+
"index.js"
|
|
7
|
+
],
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"turbo": "^2.4.4",
|
|
10
|
+
"@changesets/cli": "^2.28.1"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
|
14
|
+
"build": "turbo run build",
|
|
15
|
+
"test": "turbo run test --concurrency 1 --env-mode=loose",
|
|
16
|
+
"mark-stable": "turbo run mark-stable",
|
|
17
|
+
"watch": "turbo watch build",
|
|
18
|
+
"changeset": "changeset",
|
|
19
|
+
"version-packages": "changeset version"
|
|
20
|
+
}
|
|
21
|
+
}
|