mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"name": "external-library",
|
|
"description": "Serverless using external libraries example with Node.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"faker": "^3.1.0"
|
|
}
|
|
}
|