@ash.ts/io
Version:
Serialization and deserialization for Ash.ts - an entity component system framework for game development
40 lines (39 loc) • 949 B
JSON
{
"name": "@ash.ts/io",
"version": "1.0.5",
"description": "Serialization and deserialization for Ash.ts - an entity component system framework for game development",
"main": "dist/io.js",
"browser": "dist/io.min.js",
"module": "dist/io.mjs",
"types": "dist/io.d.ts",
"keywords": [
"ash",
"typescript",
"framework",
"game",
"entity",
"component",
"system",
"serialization",
"deserialization"
],
"author": "Grzegorz Michlicki <grzegorz@michlicki.pl>",
"license": "MIT",
"homepage": "https://icek.github.io/ash",
"repository": {
"type": "git",
"url": "https://github.com/icek/ash.git",
"directory": "packages/io"
},
"bugs": {
"url": "https://github.com/icek/ash/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ash.ts/core": "^1.1.5",
"@ash.ts/signals": "^1.0.6"
},
"gitHead": "00673c6c69a20a5adfbb2efb06d24a1531d43e4b"
}