{
  "name": "@redredgroup/samsungknox-token-library",
  "description": "utility that creates and signs SamsungKnox Tokens using server-side JavaScript.",
  "version": "1.1.4",
  "license": "Apache-2.0",
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "module": "dist/index.mjs",
  "homepage": "https://redredgroup.github.io/samsungknox",
  "repository": "REDREDGROUP/samsungknox.git",
  "bugs": "https://github.com/REDREDGROUP/samsungknox/issues",
  "keywords": [
    "knox",
    "knox-sdk",
    "knox-token-library-js",
    "samsungknox"
  ],
  "files": [
    "dist"
  ],
  "author": {
    "name": "Seihoon Kim",
    "email": "seihoonkim@redredgroup.com",
    "url": "https://github.com/jieey1140"
  },
  "maintainers": [
    {
      "name": "jieey1140",
      "email": "seihoonkim@redredgroup.com",
      "url": "https://github.com/jieey1140"
    }
  ],
  "scripts": {
    "build": "tsup-node",
    "build:production": "NODE_ENV=production tsup-node",
    "build:watch": "tsup-node --watch",
    "format": "prettier --write .",
    "lint:format": "prettier --check .",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "jsonwebtoken": "9.0.2",
    "lodash-es": "4.17.21",
    "node-forge": "1.3.1",
    "node-rsa": "1.1.1",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "9.0.4",
    "@types/lodash-es": "4.17.10",
    "@types/node-forge": "1.3.8",
    "@types/node-rsa": "1.1.3",
    "@types/uuid": "9.0.6",
    "@vitest/coverage-v8": "0.34.6",
    "prettier": "3.0.3",
    "tsup": "7.2.0",
    "typescript": "5.2.2",
    "vitest": "0.34.6"
  }
}
