-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 886 Bytes
/
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
{
"name": "ahrefs-v3",
"version": "1.0.5",
"description": "A user-friendly Node.js client for the Ahrefs API v3. With this package, users can conveniently access Ahrefs' comprehensive SEO data and analysis tools directly from their Node.js applications.",
"main": "dist/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyupfidan/ahrefs-v3.git"
},
"keywords": [
"ahrefs",
"api",
"v3",
"seo",
"analysis",
"data"
],
"author": "Eyüp Fidan",
"license": "MIT",
"bugs": {
"url": "https://github.com/eyupfidan/ahrefs-v3/issues"
},
"homepage": "https://github.com/eyupfidan/ahrefs-v3#readme",
"dependencies": {
"axios": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.4.5",
"typescript": "^5.1.6"
}
}