UNPKG

3js-game-framework

Version:

3js-game-framework is a lightweight and flexible framework designed to streamline the creation of 3D games and interactive applications using Three.js

54 lines (53 loc) 1.45 kB
{ "name": "3js-game-framework", "version": "2.0.1", "description": "3js-game-framework is a lightweight and flexible framework designed to streamline the creation of 3D games and interactive applications using Three.js", "main": "dist/index.js", "browser": "dist/index.js", "license": "MIT", "types": "dist/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/upadhyaypushpendra/3js-game-framework.git" }, "keywords": [ "three.js", "3d", "game framework", "game engine", "3d game", "game objects", "animation loop", "game development", "game engine", "javascript game", "threejs", "webgame", "game framework" ], "author": { "name": "Pushpendra Upadhyay", "email": "pushpendraupadhyay6452@gmail.com", "url": "https://upadhyaypushpendra.github.io/pushpendra.upadhyay/" }, "bugs": { "url": "https://github.com/upadhyaypushpendra/3js-game-framework/issues" }, "homepage": "https://github.com/upadhyaypushpendra/3js-game-framework#readme", "devDependencies": { "@types/three": "^0.174.0", "typescript": "5.8.2" }, "scripts": { "dev": "tsc --watch", "build": "tsc", "prepare": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { "three": "0.174.0" }, "files": [ "dist/**/*" ] }