mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
17 lines
308 B
JSON
17 lines
308 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": {
|
|
"dotenv": "^1.2.0"
|
|
}
|
|
}
|