state-tokens
Version:
Classes and type definitions for state transition tokens for libraries that manage tokens as objects in sets and tables.
36 lines (35 loc) • 866 B
JSON
{
"name": "state-tokens",
"version": "1.0.4",
"description": "Classes and type definitions for state transition tokens for libraries that manage tokens as objects in sets and tables.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node test/index.js"
},
"types": "./ts/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/copious-world/state-tokens.git"
},
"funding": {
"type" : "GitHub Sponsors",
"url" : "https://github.com/sponsors/copious-world"
},
"keywords": [
"state-transition",
"tokens",
"process-markers",
"types",
"js",
"ts"
],
"author": "R. Leddy",
"license": "MIT",
"bugs": {
"url": "https://github.com/copious-world/state-tokens/issues"
},
"homepage": "https://github.com/copious-world/state-tokens#readme"
}