stof 0.3.5

Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "@formata/stof",
    "version": "0.3.4",
    "exports": "./doc.ts",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/dev-formata-io/stof"
    },
    "homepage": "https://docs.stof.dev",
    "publish": {
      "include": ["./**/*"],
      "exclude": ["./examples/**/*", "./node_modules/**/*"]
    }
}