Files
passkit-generator/package.json
2020-09-05 23:56:05 +02:00

42 lines
977 B
JSON

{
"name": "passkit-generator",
"version": "2.0.4",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build",
"test": "npm run build && jasmine spec/index.js"
},
"author": "Alexander Patrick Cerutti",
"license": "MIT",
"repository": "https://github.com/alexandercerutti/passkit-generator",
"bugs": "https://github.com/alexandercerutti/passkit-generator/issues",
"keywords": [
"Apple",
"Passkit",
"Wallet",
"Pass"
],
"dependencies": {
"debug": "^4.1.1",
"joi": "^17.2.1",
"moment": "^2.27.0",
"node-forge": "^0.9.2",
"yazl": "^2.5.1"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jasmine": "^3.5.14",
"@types/joi": "^14.3.4",
"@types/node": "^12.12.55",
"@types/node-forge": "^0.9.5",
"@types/yazl": "^2.4.2",
"jasmine": "^3.6.1",
"typescript": "^3.9.7"
}
}