rari-linux-x64 0.1.3

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/bin/rari +0 -0
  2. package/package.json +40 -0
package/bin/rari ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "rari-linux-x64",
3
+ "version": "0.1.3",
4
+ "description": "Runtime Accelerated Rendering Infrastructure (Linux x64 binary)",
5
+ "author": "Ryan Skinner",
6
+ "license": "MIT",
7
+ "os": [
8
+ "linux"
9
+ ],
10
+ "cpu": [
11
+ "x64"
12
+ ],
13
+ "homepage": "https://github.com/rari-build/rari#readme",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/rari-build/rari.git",
17
+ "directory": "packages/rari-linux-x64"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/rari-build/rari/issues"
21
+ },
22
+ "keywords": [
23
+ "rari",
24
+ "binary",
25
+ "linux",
26
+ "x64",
27
+ "rust",
28
+ "react",
29
+ "server-components"
30
+ ],
31
+ "bin": {
32
+ "rari": "./bin/rari"
33
+ },
34
+ "files": [
35
+ "bin/rari"
36
+ ],
37
+ "engines": {
38
+ "node": ">=20.0.0"
39
+ }
40
+ }