@onta/core 0.0.1

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # onta
2
+
3
+ Name placeholder for the **Onta** knowledge-graph / entity-resolution platform.
4
+
5
+ This `0.0.1` release exists only to reserve the package name. The real package is on its way — see [getonta.com](https://getonta.com).
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@onta/core",
3
+ "version": "0.0.1",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "description": "Placeholder — name reserved for the Onta knowledge-graph / entity-resolution platform. Real release coming soon.",
8
+ "license": "MIT",
9
+ "keywords": [
10
+ "onta",
11
+ "knowledge-graph",
12
+ "entity-resolution",
13
+ "ontology"
14
+ ],
15
+ "homepage": "https://getonta.com",
16
+ "files": [
17
+ "README.md"
18
+ ]
19
+ }