-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
36
37
38
39
{
"name": "slackit",
"version": "1.0.0",
"description": "Slack Kit for Typescript developer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JulienDuf/slackit.git"
},
"keywords": [
"Slack",
"Typescript"
],
"author": "Julien Dufresne",
"license": "MIT",
"bugs": {
"url": "https://github.com/JulienDuf/slackit/issues"
},
"homepage": "https://github.com/JulienDuf/slackit#readme",
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.0",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0-alpha.3",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
},
"dependencies": {
"@slack/client": "^4.8.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"reflect-metadata": "^0.1.12"
}
}