-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 Bytes
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
{
"name": "whoisserver-world",
"version": "1.1.32",
"description": "whoisserver data for all available TLDs. Kept up-to-date. Supports IDN, RDAP, WHOIS, Typescript",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"mocha": "node_modules/mocha/bin/mocha --exit tests/*js",
"test": "jest --forceExit --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/7c/whoisserver-world"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mybase": "^1.0.50",
"punycode": "^2.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/punycode": "^2.1.4",
"chai": "^4.2.0",
"chalk": "^4.1.2",
"jest": "^29.7.0",
"mocha": "^8.2.1",
"should": "^13.2.3",
"ts-jest": "^29.1.1"
}
}