-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 953 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
32
33
34
35
{
"name": "avybot",
"version": "1.0.0",
"description": "A bot to scrape the SAC and respond via twilio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsc && functions-framework --target=reply",
"watch": "npm-watch start"
},
"author": "",
"license": "ISC",
"watch": {
"start": "index.ts"
},
"dependencies": {
"@google-cloud/functions-framework": "^1.7.1",
"@google-cloud/secret-manager": "^3.1.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"npm-watch": "^0.7.0",
"twilio": "^3.49.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"eslint": "^7.11.0",
"typescript": "^4.0.3"
}
}