mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
15 lines
332 B
JSON
15 lines
332 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": {
|
|
"@types/express": "^4.17.0",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|