UNPKG

@knopkem/little-game-engine-ts

Version:

LittleGameEngineTS - Tiny and Fast HTML5 Game Engine typescript port of LittleJS

45 lines (44 loc) 1.13 kB
{ "name": "@knopkem/little-game-engine-ts", "version": "0.1.1", "description": "LittleGameEngineTS - Tiny and Fast HTML5 Game Engine typescript port of LittleJS", "main": "dist/library.umd.js", "types": "dist/index.d.ts", "module": "dist/library.umd.ts", "repository": { "type": "git", "url": "git+https://github.com/knopkem/LittleGameEngineTS.git" }, "scripts": { "build": "webpack --mode production" }, "keywords": [ "HTML5", "JavaScript", "TypeScript", "game", "library", "JS13K", "webgl", "engine" ], "author": "Michael Knopke", "license": "MIT", "bugs": { "url": "https://github.com/knopkem/LittleGameEngineTS/issues" }, "homepage": "https://github.com/knopkem/LittleGameEngineTS", "devDependencies": { "@types/crypto-js": "^4.0.2", "clean-webpack-plugin": "^4.0.0", "ts-loader": "^9.2.6", "typescript": "^4.4.4", "webpack": "^5.64.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.5.0" }, "dependencies": { "crypto-js": "^4.1.1", "tslib": "^2.3.1" } }