-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
{
"author": "seven communications GmbH & Co. KG <[email protected]> (https://www.seven.io)",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/seven-io/github-action-sms/issues"
},
"dependencies": {
"@actions/core": "^1.10.1",
"node-fetch": "^2.7.0",
"@seven.io/api": "npm:sms77-client@^2.26.0"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^16.18.53",
"@types/node-fetch": "^2.6.5",
"jest": "^29.7.0",
"typescript": "^5.2.2"
},
"description": "Send SMS through GitHub Actions via the seven.io Gateway",
"homepage": "https://github.com/seven-io/github-action-voice",
"keywords": [
"github",
"actions",
"seven",
"voice",
"gateway",
"tts"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@seven.io/github-action-voice",
"repository": {
"type": "git",
"url": "git+https://github.com/seven-io/github-action-voice.git"
},
"scripts": {
"act": "act -s SEVEN_API_KEY=$SEVEN_API_KEY",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "npm run build && jest"
},
"version": "2.0.0"
}