{ "name": "keyoxide-web", "version": "5.1.0-rc.1", "description": "Verifying online identity with cryptography", "main": "./src/index.js", "type": "module", "dependencies": { "ajv": "^8.6.3", "bent": "^7.3.12", "body-parser": "^1.19.0", "colorjs.io": "^0.4.5", "doipjs": "^2.1.0-rc.1", "dotenv": "^16.0.3", "express": "^4.17.1", "express-http-context2": "^1.0.0", "express-rate-limit": "^7.0.1", "express-validator": "^6.13.0", "got": "^11.8.2", "hash-wasm": "^4.9.0", "jstransformer-markdown-it": "^3.0.0", "keyv": "^4.5.0", "libravatar": "^3.0.0", "nanoid": "^5.0.1", "openpgp": "^5.5.0", "pug": "^3.0.2", "qrcode": "^1.4.4", "string-replace-middleware": "^1.0.2", "winston": "^3.8.2" }, "devDependencies": { "@biomejs/biome": "1.8.2", "@eslint/js": "^9.5.0", "@vercel/ncc": "^0.34.0", "chai": "^4.3.6", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.6.0", "eslint": "^9.5.0", "esmock": "^2.5.0", "globals": "^15.6.0", "license-check-and-add": "^4.0.5", "mini-css-extract-plugin": "^2.5.3", "mocha": "^10.1.0", "nodemon": "^3.0.3", "sass": "^1.67.0", "sass-loader": "^13.3.2", "standard": "^17.0.0", "style-loader": "^3.3.1", "webpack": "^5.88.2", "webpack-bundle-analyzer": "^4.7.0", "webpack-cli": "^5.0.0" }, "scripts": { "start": "node ./", "dev": "LOG_LEVEL=debug npm run watch & npm run build:static:dev", "pretest": "npm run lint", "test": "mocha", "watch": "nodemon --config nodemon.json ./", "build": "npm run build:server && npm run build:static", "build:server": "ncc build ./src/index.js -o dist", "build:static": "webpack --config webpack.config.js --env static=true --env mode=production", "build:static:dev": "webpack --config webpack.config.js --env static=true --env mode=development", "lint": "npm run standard:check & npm run eslint:check & npm run biome:check", "standard:check": "standard ./src", "standard:fix": "standard --fix ./src", "biome:check": "npx @biomejs/biome check ./src", "biome:fix": "npx @biomejs/biome check --apply ./src", "eslint:check": "npx eslint ./src/**", "license:check": "license-check-and-add check", "license:add": "license-check-and-add add", "license:remove": "license-check-and-add remove" }, "repository": { "type": "git", "url": "https://codeberg.org/keyoxide/keyoxide-web" }, "keywords": [ "pgp", "gpg", "openpgp", "encryption", "decentralized", "identity" ], "author": "Yarmo Mackenbach (https://yarmo.eu)", "license": "AGPL-3.0-or-later" }