pgml 1.1.1

The official pgml Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "pgml-tests",
  "version": "0.1.0",
  "description": "",
  "type": "module",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.6.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6"
  }
}