{ "name": "convertorizr", "version": "2.0.1-dev.0", "description": "Decode or encode base64, punycode, HTML entities, URI components, ...", "keywords": [ "encode", "decode", "conversion", "converter", "convert" ], "author": { "name": "Manuel Friedli", "email": "manuel@fritteli.ch" }, "license": "MIT", "homepage": "https://conv.friedli.info/", "repository": { "type": "git", "url": "https://gittr.ch/manuel/converter.git" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test --browsers=Chromium,Firefox", "test:ci": "ng test --no-watch --no-progress --browsers=FirefoxHeadless" }, "private": true, "dependencies": { "@angular/animations": "^17.1.0", "@angular/common": "^17.1.0", "@angular/compiler": "^17.1.0", "@angular/core": "^17.1.0", "@angular/forms": "^17.1.0", "@angular/platform-browser": "^17.1.0", "@angular/platform-browser-dynamic": "^17.1.0", "@angular/router": "^17.1.0", "punycode": "^2.3.1", "quoted-printable": "^1.0.1", "rxjs": "~7.8.0", "tslib": "^2.3.0", "utf8": "^3.0.0", "zone.js": "~0.14.3" }, "devDependencies": { "@angular-devkit/build-angular": "^17.1.0", "@angular/cli": "^17.1.0", "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "@types/node": "^20.11.5", "@types/punycode": "^2.1.3", "@types/quoted-printable": "^1.0.2", "@types/utf8": "^3.0.3", "jasmine-core": "~5.1.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.3.2" } }