mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "examples",
|
|
"version": "0.0.0",
|
|
"description": "Passkit-generator examples",
|
|
"author": "Alexander P. Cerutti <cerutti.alexander@gmail.com>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"build": "cd ..; npm run build; cd examples"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"node-fetch": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.0",
|
|
"@types/node-fetch": "^2.5.0"
|
|
}
|
|
}
|