Mercurial > code > home > repos > video
view package.json @ 13:b73941c4dc0a
more wip on ingest page; shared styles
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Apr 2023 16:11:23 -0700 |
parents | 9b43b7596633 |
children | f0a773084a2e |
line wrap: on
line source
{ "name": "video", "version": "0.0.1", "scripts": { "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "express": "^4.18.2", "lit": "^2.7.2", "serve-index": "^1.9.1", "shaka-video-element": "^0.0.6", "vite": "4.3.0-beta.6" }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "node-globals": "^0.1.5", "stylus": "^0.59.0", "ts-jest": "^29.1.0", "tslib": "^2.5.0", "typescript": "^5.0.4" } }