-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
{
"name": "akamai-staging",
"version": "2.0.4",
"description": "A command line utility to locate an Akamai Staging network IP address for one or more domains",
"main": "akamai-staging.js",
"private": false,
"preferGlobal": true,
"bin": {
"staging": "./akamai-staging.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkSMurphy/akamai-staging.git"
},
"scripts": {
"test": "node akamai-staging.js www.akamai.com www.asos.com www.bridgestone.com www.colorcon.com www.dominos.co.uk www.google.com"
},
"keywords": [
"akamai",
"cdn",
"staging",
"ip",
"addres",
"dns",
"resolve",
"domain",
"fqdn",
"cli",
"DNS",
"test"
],
"author": "Mark Murphy",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarkSMurphy/akamai-staging/issues"
},
"homepage": "https://github.com/MarkSMurphy/akamai-staging#readme",
"dependencies": {
"chalk": "^4.1.1",
"debug": "^4.3.3",
"multimatch": "^5.0.0",
"native-dns-multisocket": "^0.7.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"rome": "^11.0.0"
}
}