mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "test-prj",
|
|
"version": "1.0.0",
|
|
"preferGlobal": true,
|
|
"description": "unittest project",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/serverless/serverless.git"
|
|
},
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"serverless-helpers-js": "~0.0.3"
|
|
}
|
|
}
|