-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "chuck",
"version": "1.0.0",
"description": "Chuck makes things happen",
"main": "dist/index.js",
"dependencies": {
"axios": "^1.6.0",
"babel-cli": "^6.24.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.2",
"better-capitalize": "^1.0.0",
"dotenv": "^4.0.0",
"es6-promisify": "^5.0.0",
"gitlab": "^1.7.1",
"he": "^1.1.1",
"jsonfile": "^2.4.0",
"nodemon": "^1.10.2",
"simple-git": "^3.16.0",
"slack-terminalize": "^1.0.0",
"uuid": "^3.0.1"
},
"scripts": {
"start": "babel-watch src/index.js",
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/batjko/igor-bot-service"
},
"keywords": [
"slack",
"terminal"
],
"author": "Patrick Metzdorf",
"license": "MIT",
"devDependencies": {
"babel-watch": "^2.0.6"
}
}