UNPKG

@box2d/core

Version:
38 lines (37 loc) 711 B
{ "name": "@box2d/core", "version": "0.11.0", "description": "A TypeScript port of Box2D", "keywords": [ "box2d", "physics", "2d", "collision", "game", "TypeScript" ], "homepage": "https://lusito.github.io/box2d.ts/", "bugs": { "url": "https://github.com/lusito/box2d.ts/issues" }, "repository": { "type": "git", "url": "https://github.com/lusito/box2d.ts.git" }, "license": "MIT", "author": "Santo Pfingsten", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc && idtsc" }, "browserslist": [ "> 5%" ], "devDependencies": { "idtsc": "^1.1.0" } }