-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
46
47
{
"name": "apolloud",
"version": "1.0.12",
"description": "Shuffle play all SoundCloud tracks liked by an user",
"author": "Vinh Le <[email protected]>",
"keywords": [
"soundcloud",
"soundcloud-cli",
"player",
"soundcloud-player"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinhlh/apolloud.git"
},
"bugs": {
"url": "https://github.com/vinhlh/apolloud/issues"
},
"homepage": "https://github.com/vinhlh/apolloud#readme",
"license": "MIT",
"dependencies": {
"backpack-core": "^0.7.0",
"chalk": "^2.4.1",
"log-update": "^2.3.0",
"ora": "^3.0.0",
"puppeteer": "https://github.com/vinhlh/puppeteer"
},
"scripts": {
"start": "node index.js",
"dev": "backpack dev",
"build": "backpack build",
"format": "prettier --write 'src/*.js'",
"lint": "eslint src",
"test": "yarn lint"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"eslint-plugin-prettier": "^2.6.2",
"jest": "^23.4.1",
"prettier": "^1.13.7"
},
"bin": {
"apolloud": "./index.js"
}
}