wallet-pass
Version:
A library for managing wallet passes
45 lines (44 loc) • 993 B
JSON
{
"name": "wallet-pass",
"version": "1.0.2",
"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",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"wallet",
"pass",
"digital"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nishansanjuka/google-generic-pass-lib.git"
},
"dependencies": {
"fs": "0.0.1-security",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^18.0.0",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.3.2",
"typescript": "^4.9.0"
}
}