{ "name": "@backset/util", "version": "1.0.0", "main": "dist/cjs/index", "types": "dist/es/index.d.ts", "scripts": { "build": "rimraf ./dist && tsc -p ./tsconfig.build-es.json && tsc -p ./tsconfig.build-cjs.json" }, "dependencies": { "jsonwebtoken": "5.7.0" }, "devDependencies": { "@types/jsonwebtoken": "9.0.1" } }