-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
44
45
{
"private": true,
"name": "botyo-example",
"version": "2.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"prebuild": "rimraf build/",
"build": "tsc -p .",
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivkos/botyo-example.git"
},
"author": {
"name": "Ivaylo Stoyanov",
"email": "[email protected]",
"url": "https://github.com/ivkos"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ivkos/botyo-example/issues"
},
"homepage": "https://github.com/ivkos/botyo-example#readme",
"dependencies": {
"botyo": "^2.0.1",
"botyo-api": "^2.0.1",
"botyo-bundle-instagram": "^2.0.2",
"botyo-bundle-persistence": "^2.0.0",
"botyo-command-ping": "^2.0.0",
"botyo-command-quote": "^2.0.0",
"botyo-command-reverse-image-search": "^2.0.0",
"botyo-command-showme": "^2.0.0",
"botyo-command-spotify": "^2.0.0",
"botyo-command-youtube": "^2.0.0"
},
"devDependencies": {
"rimraf": "^2.6.2",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=8.3.0"
}
}