-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"name": "scpl-cli",
"version": "1.1.5",
"license": "MIT",
"homepage": "https://pfgithub.github.io/scpl-cli",
"bugs": {
"url": "https://github.com/pfgithub/scpl-cli"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"author": {
"name": "pfg",
"email": "omegariisthebest@gmail.com",
"url": "https://pfgithub.github.io/"
},
"bin": {
"scpl": "./built/bin/scpl.js"
},
"repository": "github:pfgithub/scpl-cli",
"man": "./man/scpl.1",
"files": [
"/man",
"/built/index.js",
"/built/index.d.ts",
"/built/src",
"/built/bin"
],
"dependencies": {
"@types/request-promise": "^4.1.44",
"chalk": "^2.4.2",
"qrcode-terminal": "^0.12.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"scpl": "^1.12.0",
"yargs": "^13.2.1"
},
"devDependencies": {
"@types/node": "^11.9.5",
"@types/yargs": "^12.0.9",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"eslint": "^5.14.1",
"prettier": "^1.18.2",
"typescript": "^3.3.3333"
}
}