-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "ifttt-batch",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "touch .env && source .env && AUTH_KEY=$AUTH_KEY functions-framework --source ./index.js --target index",
"test": "touch .env && source .env && AUTH_KEY=$AUTH_KEY jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfishel18/ifttt-batch.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfishel18/ifttt-batch/issues"
},
"homepage": "https://github.com/sfishel18/ifttt-batch#readme",
"dependencies": {
"axios": "^0.19.0",
"promise-tools": "^2.1.0"
},
"devDependencies": {
"@google-cloud/functions-framework": "^1.3.2",
"concurrently": "^5.0.2",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"wait-on": "^3.3.0"
}
}