{
	"name": "@alexartisan/passkit-generator",
	"version": "3.1.10",
	"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
	"main": "lib/index.js",
	"scripts": {
		"build": "npm run build:src",
		"build:all": "npm run build:src && npm run build:examples",
		"build:src": "rm -rf lib && npx tsc -p tsconfig.dist.json",
		"prepublishOnly": "npm run build && npm run test",
		"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest -c jest.config.cjs --silent"
	},
	"author": "Alexander Patrick Cerutti",
	"license": "MIT",
	"repository": "https://github.com/AlexArtisan/passkit-generator",
	"bugs": "https://github.com/AlexArtisan/passkit-generator/issues",
	"keywords": [
		"Apple",
		"Passkit",
		"Wallet",
		"Pass"
	],
	"dependencies": {
		"do-not-zip": "^1.0.0",
		"joi": "17.4.2",
		"node-forge": "^1.3.0",
		"tslib": "^2.3.1"
	},
	"engines": {
		"node": ">=14.18.1"
	},
	"devDependencies": {
		"@types/do-not-zip": "^1.0.0",
		"@types/node": "^16.11.26",
		"@types/node-forge": "^1.0.1",
		"jest": "^29.5.0",
		"jest-environment-node": "^29.5.0",
		"prettier": "^2.5.1",
		"typescript": "^5.0.4"
	},
	"files": [
		"lib/**/*.+(js|d.ts)!(*.map)"
	]
}
