mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
42 lines
983 B
JSON
42 lines
983 B
JSON
{
|
|
"name": "passkit-generator",
|
|
"version": "2.0.0",
|
|
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "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": {
|
|
"@hapi/joi": "^15.1.0",
|
|
"debug": "^4.1.1",
|
|
"moment": "^2.24.0",
|
|
"node-forge": "^0.8.5",
|
|
"yazl": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.4",
|
|
"@types/hapi__joi": "^15.0.2",
|
|
"@types/jasmine": "^3.3.13",
|
|
"@types/node": "^12.0.10",
|
|
"@types/node-forge": "^0.8.4",
|
|
"@types/yazl": "^2.4.1",
|
|
"jasmine": "^3.4.0",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|