-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.29 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.29 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "expensive",
"version": "2.1.0",
"description": "A Namecheap.com Client To Register And Manage Domains From The CLI.",
"scripts": {
"t": "SANDBOX=1 zoroaster -a -t 100000",
"mask": "yarn t test/mask",
"spec": "yarn t test/spec",
"test": "yarn t test/spec test/mask",
"test-compile": "ALAMODE_ENV=test-compile yarn test",
"compile": "depack src/bin/expensive -o compile/bin/expensive.js -a -c -p -s --externs types/externs.js --source_map_include_content",
"dev": "SANDBOX=1 NODE_DEBUG=expensive node src/bin",
"start": "node src/bin",
"lint": "eslint .",
"e": "alanode",
"man": "man man/doc.1",
"doc": "NODE_DEBUG=doc doc -o README.md",
"wiki": "SANDBOX=1 doc wiki -W wiki.git -d",
"example/": "yarn e example/simple.js",
"externs": "typal types/externs.js",
"d": "typal types/index.js -c",
"build": "yarn-s b doc",
"args": "argufy types/args/* -o src/bin/get-args.js",
"splendid": "splendid",
"web": "splendid -s"
},
"files": [
"compile"
],
"bin": {
"expensive": "compile/bin/expensive.js"
},
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/expensive.git"
},
"keywords": [
"namecheap",
"domains",
"domain",
"register",
"DNS",
"devops",
"dev ops",
"api",
"expensive",
"whois"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artdecocode/expensive/issues"
},
"homepage": "https://expensive.page",
"devDependencies": {
"@rqt/aqt": "^1.4.0",
"@rqt/ip": "^1.2.2",
"@rqt/namecheap": "^2.4.2",
"@rqt/namecheap-web": "^1.5.0",
"@wrote/read": "^1.0.4",
"@wrote/write": "^1.0.4",
"africa": "^1.3.1",
"alamode": "^3.3.0",
"argufy": "^1.7.5",
"bosom": "^2.0.0",
"clearr": "^1.0.0",
"depack": "^1.0.1",
"documentary": "^1.35.9",
"erotic": "^2.1.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "^1.0.1",
"forkfeed": "^1.1.1",
"frame-of-mind": "^1.2.3",
"indicatrix": "^1.4.0",
"promto": "^1.2.0",
"reloquent": "^1.3.2",
"rexml": "^2.2.2",
"rqt": "^4.0.0",
"spawncommand": "^2.2.0",
"tablature": "^1.2.0",
"usually": "^1.2.0",
"yarn-s": "1.2.1",
"zoroaster": "^4.1.2"
},
"dependencies": {}
}