@o1js/native 0.0.1-dev.5

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 +11 -0
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@o1js/native",
3
+ "version": "0.0.1-dev.5",
4
+ "description": "Native bindings for o1js. Install alongside o1js to enable the native backend.",
5
+ "optionalDependencies": {
6
+ "@o1js/native-darwin-arm64": "0.0.1-dev.5",
7
+ "@o1js/native-darwin-x64": "0.0.1-dev.5",
8
+ "@o1js/native-linux-arm64": "0.0.1-dev.5",
9
+ "@o1js/native-win32-x64": "0.0.1-dev.5"
10
+ }
11
+ }