mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"name": "serverless-test-project",
|
|
"version": "0.0.1",
|
|
"description": "A Serverless Project and its Serverless Plugin dependencies.",
|
|
"author": "me",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/"
|
|
},
|
|
"dependencies": {}
|
|
} |