| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "olivetin-webui",
- "version": "1.0.0",
- "description": "The WebUI for OliveTin",
- "repository": "https://github.com/OliveTin/OliveTin",
- "source": "index.html",
- "devDependencies": {
- "parcel": "^2.16.4",
- "parcel-resolver-ignore": "^2.2.1",
- "process": "^0.11.10",
- "standard": "^17.1.2",
- "stylelint": "^17.4.0",
- "stylelint-config-standard": "^40.0.0"
- },
- "scripts": {
- "lint": "standard",
- "lint:fix": "standard --fix",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "standard": {
- "envs": [
- "browser"
- ]
- },
- "author": "",
- "parcelIgnore": [
- "theme.css",
- "OliveTinLogo.png",
- "OliveTinLogo-57px.png",
- "OliveTinLogo-120px.png",
- "OliveTinLogo-180px.png"
- ],
- "license": "AGPL-3.0-only",
- "dependencies": {
- "@xterm/addon-fit": "^0.11.0",
- "@xterm/xterm": "^6.0.0"
- }
- }
|