@vbrosseau/pass-js
Version:
Apple Wallet Pass generating and pushing updates from Node.js
91 lines (90 loc) • 2.39 kB
JSON
{
"name": "@vbrosseau/pass-js",
"description": "Apple Wallet Pass generating and pushing updates from Node.js",
"author": "Konstantin Vyatkin <tino@vtkn.io>",
"version": "7.0.3",
"homepage": "https://github.com/walletpass/pass-js",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/walletpass/pass-js/blob/master/MIT-LICENSE"
}
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/walletpass"
},
"engines": {
"node": ">=10.10"
},
"bin": {
"passkit-keys": "./bin/passkit-keys"
},
"files": [
"dist/*.js",
"dist/lib/*.js",
"dist/*.ts",
"dist/lib/*.ts",
"bin/passkit-keys"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"devDependencies": {
"@destinationstransfers/eslint-plugin": "2.9.190",
"@types/buffer-crc32": "0.2.0",
"@types/color-name": "1.1.1",
"@types/jest": "27.4.1",
"@types/node": "12.20.29",
"@types/node-forge": "1.0.1",
"@types/yauzl": "2.9.2",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"@typescript-eslint/typescript-estree": "5.17.0",
"env-app-yaml": "1.0.0",
"eslint": "8.12.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-extended": "2.0.0",
"jest-junit": "13.0.0",
"lint-staged": "12.3.7",
"ts-jest": "27.1.4",
"typescript": "4.4.4"
},
"scripts": {
"test": "node -r env-app-yaml/config --expose-gc node_modules/jest/bin/jest --detectOpenHandles --logHeapUsage --maxWorkers=1",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --ignore-pattern \"*test*\" --ignore-path .gitignore",
"postversion": "git push origin master --follow-tags",
"prepublishOnly": "tsc",
"costs": "npx cost-of-modules --no-install"
},
"keywords": [
"apple",
"wallet",
"pass",
"passkit",
"iOS",
"generating",
"APN"
],
"repository": {
"type": "git",
"url": "https://github.com/walletpass/pass-js.git"
},
"bugs": {
"url": "https://github.com/walletpass/pass-js/issues"
},
"directories": {
"lib": "src",
"test": "__tests__"
},
"dependencies": {
"buffer-crc32": "0.2.13",
"color-name": "1.1.4",
"do-not-zip": "1.0.0",
"event-iterator": "2.0.0",
"imagesize": "1.0.0",
"node-forge": "1.3.1",
"yauzl": "2.10.0"
}
}