geist_common 0.1.8

Geist common messages for running a Geist app
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "geist_common",
    "author": "Faust Computer",
    "version": "0.1.2",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "license": "MIT",
    "dependencies": {
        "typescript": "^4.9.5"
    },
    "description": "Geist common messages for running a Geist application"
}