UNPKG

hlviewer.js

Version:

View GoldSrc maps and replays in browser

52 lines (51 loc) 1.19 kB
{ "name": "hlviewer.js", "version": "0.8.3", "description": "View GoldSrc maps and replays in browser", "keywords": [ "hlviewer", "half-life", "halflife", "goldsrc", "kreedz" ], "type": "module", "files": [ "dist" ], "main": "dist/hlviewer.min.js", "module": "dist/hlviewer.js", "exports": { ".": { "import": "./dist/hlviewer.js", "require": "./dist/hlviewer.min.js" } }, "scripts": { "dev": "vite", "build": "tsc && vite build" }, "repository": { "type": "git", "url": "git+https://github.com/skyrim/hlviewer.js.git" }, "author": "Stefan Stojkovic <skyrim@live.com> (https://stefan100.com)", "license": "MIT", "bugs": { "url": "https://github.com/skyrim/hlviewer.js/issues" }, "homepage": "https://skyrim.github.io/hlviewer.js", "dependencies": { "gl-matrix": "^3.4.3", "nanoevents": "^9.0.0", "solid-js": "^1.8.22" }, "devDependencies": { "@types/gl-matrix": "^3.2.0", "@types/pngjs": "^6.0.5", "pngjs": "^7.0.0", "typescript": "^5.5.4", "vite": "^6.3.2", "vite-plugin-solid": "^2.10.2" } }