21 lines
708 B
JSON
21 lines
708 B
JSON
{
|
|
"name": "forgetmenot-serverless",
|
|
"version": "1.0.0",
|
|
"description": "[](https://www.serverless-fullstack-app.com)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"format": "prettier --write ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://grimfere@dev.azure.com/grimfere/ForgetMeNot/_git/forgetmenot-serverless"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prettier": "2.4.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|