darker-engine
Version:
ecs lightweight library
28 lines • 551 B
JSON
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"name": "darker-engine",
"description": "ecs lightweight library",
"version": "v6.3.0",
"author": "darkaqua",
"license": "MIT",
"repository": "https://github.com/darkaqua/darker-engine",
"keywords": [
"ecs",
"entity-component-system",
"entity",
"component",
"system",
"lightweight",
"library",
"functional",
"node",
"typescript"
],
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
}
}