tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

package.json (517B)


      1 {
      2   "name": "arboricx-runtime",
      3   "version": "0.1.0",
      4   "description": "Arboricx portable bundle runtime — JavaScript host via libarboricx FFI",
      5   "type": "module",
      6   "main": "src/lib.js",
      7   "bin": {
      8     "arboricx-run": "src/cli.js"
      9   },
     10   "scripts": {
     11     "test": "node --test test/*.test.js",
     12     "inspect": "node src/cli.js inspect",
     13     "run": "node src/cli.js run"
     14   },
     15   "dependencies": {
     16     "koffi": "^2.16.0"
     17   },
     18   "keywords": ["arboricx", "tree-calculus", "trie", "runtime", "ffi"],
     19   "license": "MIT"
     20 }