openinsight-linux-arm64 0.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.
Files changed (2) hide show
  1. package/package.json +24 -0
  2. package/readme.md +5 -0
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "openinsight-linux-arm64",
3
+ "version": "0.0.0",
4
+ "description": "Query your database with natural language (linux-arm64 binary)",
5
+ "license": "MIT",
6
+ "author": "Arjun Komath",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/arjunkomath/openinsight.git"
10
+ },
11
+ "homepage": "https://github.com/arjunkomath/openinsight#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/arjunkomath/openinsight/issues"
14
+ },
15
+ "os": [
16
+ "linux"
17
+ ],
18
+ "cpu": [
19
+ "arm64"
20
+ ],
21
+ "files": [
22
+ "readme.md"
23
+ ]
24
+ }
package/readme.md ADDED
@@ -0,0 +1,5 @@
1
+ # openinsight-linux-arm64
2
+
3
+ Placeholder that reserves this package so npm trusted publishing can be
4
+ configured for it. The linux-arm64 binary ships from the first real release.
5
+ Install [openinsight](https://www.npmjs.com/package/openinsight) instead.