27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"name": "givemoneyto.me",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "netlify-lambda build lambda"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RealOrangeOne/givemoneyto.me.git"
|
|
},
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/RealOrangeOne/givemoneyto.me/issues"
|
|
},
|
|
"homepage": "https://github.com/RealOrangeOne/givemoneyto.me#readme",
|
|
"dependencies": {
|
|
"@babel/preset-typescript": "^7.1.0",
|
|
"babel-plugin-static-fs": "^1.2.0",
|
|
"netlify-lambda": "^1.3.0",
|
|
"typescript": "^3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws-lambda": "^8.10.18",
|
|
"@types/node": "^10.12.19"
|
|
}
|
|
}
|