UNPKG

dkb-webgamedevutils

Version:

Utility functions for web game development with ThreeJS and PixiJS.

29 lines (28 loc) 640 B
{ "name": "dkb-webgamedevutils", "version": "0.0.1", "description": "Utility functions for web game development with ThreeJS and PixiJS.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "homepage": "https://github.com/dkbozkurt", "repository": { "url": "https://github.com/dkbozkurt/dkb-webgamedevutils" }, "scripts": { "build": "tsup" }, "keywords": [ "ThreeJS", "PixiJS", "Utilities", "Game", "Development" ], "author": "Dogukan Kaan Bozkurt", "license": "MIT", "devDependencies": { "tsup": "^8.3.6", "typescript": "^5.7.3" } }