pogp 0.1.0

The POG Protocol defines language-neutral binary and json representations of Inputs and State.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
	"compilerOptions": {
		"target": "es2020",
		"outDir": "dist",
		"esModuleInterop": true,
		"moduleResolution": "node"
	},
	"exclude": [
		"./node_modules/**",
		"./test/**"
	]
}