mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Changed self-hosted to run on ESM
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
"description": "Passkit-generator self-hosted examples",
|
||||
"author": "Alexander P. Cerutti <cerutti.alexander@gmail.com>",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"clear:deps": "rm -rf node_modules",
|
||||
"example": "pnpm ts-node src/index.ts",
|
||||
"example:debug": "node -r ts-node/register --inspect-brk src/index.ts"
|
||||
"example": "pnpm tsx src/index.ts",
|
||||
"example:debug": "pnpm tsx --inspect-brk src/index.ts"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"passkit-generator": "workspace:*"
|
||||
@@ -22,7 +23,7 @@
|
||||
"devDependencies": {
|
||||
"@types/express": "5.0.0",
|
||||
"@types/express-serve-static-core": "^5.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user