-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
30 lines (30 loc) · 905 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
{
"name": "app-store-connect-notifier",
"version": "2.0.0",
"description": "Get those App Store Connect notifications delivered directly to Slack.",
"main": "src/poll-itc.js",
"scripts": {
"start": "node src/poll-itc.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint-fix": "./node_modules/.bin/eslint . --fix",
"lint": "./node_modules/.bin/eslint . && bundle exec rubocop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogerluan/app-store-connect-notifier.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/rogerluan/app-store-connect-notifier/issues"
},
"homepage": "https://github.com/rogerluan/app-store-connect-notifier#readme",
"dependencies": {
"@slack/web-api": "^6.8.0",
"dirty": "^1.1.3",
"moment": "^2.29.4"
},
"devDependencies": {
"eslint": "^8.29.0"
}
}