@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
40 lines (39 loc) • 830 B
JSON
{
"name": "@zerospacegg/iolin",
"version": "0.9.3",
"description": "Community ZeroSpace game data library - units, buildings, abilities, and more",
"keywords": [
"zerospace",
"rts",
"game-data",
"units",
"buildings",
"abilities"
],
"homepage": "https://github.com/zerospace-gg/iolin#readme",
"bugs": {
"url": "https://github.com/zerospace-gg/iolin/issues"
},
"license": "CC0-1.0",
"author": "baby shoGGoth and ZeroSpace.gg",
"files": [
"**/*.js",
"**/*.d.ts",
"**/*.ts",
"README.md",
"LICENSE"
],
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/zerospace-gg/iolin.git"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}