Converted project from npm to pnpm

This commit is contained in:
Alexander Cerutti
2024-10-12 00:27:14 +02:00
parent 16ec96c692
commit b11d9abd71
3 changed files with 2402 additions and 6455 deletions

6450
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,11 +4,11 @@
"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": "rimraf 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"
"build": "pnpm build:src",
"build:all": "pnpm build:src && pnpm build:examples",
"build:src": "pnpm rimraf lib && pnpm tsc -p tsconfig.dist.json",
"prepublishOnly": "pnpm build && pnpm test",
"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" pnpm jest -c jest.config.cjs --silent"
},
"author": "Alexander Patrick Cerutti",
"license": "MIT",

2397
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff