UNPKG

@walletpass/pass-js

Version:

Apple Wallet Pass generating and pushing updates from Node.js

65 lines (64 loc) 1.58 kB
{ "name": "@walletpass/pass-js", "description": "Apple Wallet Pass generating and pushing updates from Node.js", "author": "Konstantin Vyatkin <tino@vtkn.io>", "version": "7.2.0", "homepage": "https://github.com/tinovyatkin/pass-js", "license": "AGPL-3.0-or-later", "funding": { "type": "opencollective", "url": "https://opencollective.com/walletpass" }, "engines": { "node": ">=24.12.0" }, "type": "module", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "types": "./dist/index.d.ts", "main": "./dist/index.js", "bin": { "passkit-keys": "bin/passkit-keys" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.d.ts.map", "bin/passkit-keys" ], "scripts": { "build": "tsgo --project tsconfig.json", "lint": "oxlint --type-aware && oxfmt --check src __tests__", "format": "oxfmt src __tests__", "test": "npm run build && node --enable-source-maps --test \"__tests__/*.ts\"", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/node": "^24.0.0", "@typescript/native-preview": "7.0.0-dev.20260509.2", "oxfmt": "^0.48.0", "oxlint": "^1.63.0", "oxlint-tsgolint": "^0.22.1" }, "keywords": [ "apple", "wallet", "pass", "passkit", "iOS", "generating", "APN" ], "repository": { "type": "git", "url": "git+https://github.com/tinovyatkin/pass-js.git" }, "bugs": { "url": "https://github.com/tinovyatkin/pass-js/issues" } }