@polyzone/core
Version:
PolyZone core API
29 lines • 636 B
JSON
{
"name": "@polyzone/core",
"version": "0.1.0-1",
"description": "PolyZone core API",
"author": "peabnuts123",
"keywords": [
"gamedev",
"game development",
"fantasy-console",
"retro",
"retrogaming"
],
"homepage": "https://github.com/peabnuts123/polyzone",
"bugs": {
"url": "https://github.com/peabnuts123/polyzone/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peabnuts123/polyzone.git",
"directory": "src/core"
},
"type": "module",
"main": "dist/index.d.ts",
"module": "dist/index.d.ts",
"files": [
"dist/"
],
"license": "UNLICENSED"
}