-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "reason-gl-matrix",
"version": "0.9.9307",
"description": "Cross-platform high-performance vector and matrix math for OpenGL",
"url": "https://github.com/bryphe/reason-gl-matrix",
"license": "MIT",
"scripts": {
"build:js": "esy b dune build --profile=release ./test/bin/test_runner.bc.js",
"test:js": "node bin/test-jsoo.js",
"test:native": "esy b dune exec test/bin/test_runner.exe",
"format": "esy dune build @fmt --auto-promote",
"test": "esy build:js && esy test:native && esy test:js"
},
"esy": {
"build": [
"dune build -p reglm"
],
"buildDev": [
"refmterr dune build -p reglm"
],
"buildsInSource": "_build"
},
"dependencies": {
"@esy-ocaml/reason": "^3.5.2",
"@opam/js_of_ocaml-compiler": "3.5.0"
},
"devDependencies": {
"@opam/dune": "^1.11.4",
"@opam/merlin": "3.3.2",
"@reason-native/rely": "^3.1.0",
"refmterr": "^3.2.2"
}
}