UNPKG

wallet-pass

Version:
40 lines (39 loc) 826 B
{ "name": "wallet-pass", "version": "1.0.1", "description": "A library for managing wallet passes", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "clean": "rimraf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "prepare": "npm run build", "test": "jest" }, "keywords": [ "wallet", "pass", "digital" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/wallet-pass.git" }, "dependencies": { "jsonwebtoken": "^9.0.0", "fs": "0.0.1-security" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.0", "@types/node": "^18.0.0", "rimraf": "^3.0.2", "typescript": "^4.9.0" } }