-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.08 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "instories",
"version": "1.0.1",
"description": " Command line Instagram story downloader!",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/instories.git"
},
"author": "Rishi Giri <[email protected]> (rishi.ml)",
"bin": {
"instories": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"download",
"instagram",
"user",
"stories",
"images",
"videos",
"anonymously",
"scrap"
],
"dependencies": {
"chalk": "^2.4.1",
"download": "^7.1.0",
"fs-extra": "^7.0.1",
"instory": "^1.0.2",
"jsonfile": "^5.0.0",
"log-update": "^2.3.0",
"ora": "^3.0.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"ava": "^0.15.0",
"execa": "^0.2.2",
"xo": "*"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/CodeDotJS/instories/issues"
},
"homepage": "https://github.com/CodeDotJS/instories#readme",
"main": "cli.js"
}