-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "@valexe-technologies/lookup.services",
"version": "1.0.8",
"description": "Business Services for Lookup",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"nodejs",
"typescript",
"puppeteer",
"lookup",
"api",
"domain",
"domain-registrar",
"domain-availability",
"domain-availability-checker",
"domain-price",
"domain-price-checker"
],
"homepage": "https://github.com/ValEXE-Technologies/Lookup.Services",
"publishConfig": {
"access": "public",
"registry": "https://github.com/ValEXE-Technologies/Lookup.Services"
},
"repository": {
"type": "git",
"url": "https://github.com/ValEXE-Technologies/Lookup.Services"
},
"bugs": {
"url": "https://github.com/ValEXE-Technologies/Lookup.Services/issues"
},
"scripts": {
"build": "tsc",
"publish-lib": "npm run build && npm publish",
"publish-lib-beta": "npm run build && npm publish --tag beta"
},
"author": "Indrajeet Valera",
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.4"
},
"dependencies": {
"puppeteer": "^16.1.0",
"user-agents": "^1.0.1099"
}
}