-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "p3x-freenom",
"version": "2024.10.103",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Mafia",
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "freenom",
"build": true
},
"license": "MIT",
"description": "🌐 Freenom API - Promise and auto renew expiring domains",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/freenom.git"
},
"keywords": [
"freenom",
"promise",
"api"
],
"author": "Patrik Laszlo <[email protected]>",
"bugs": {
"url": "https://github.com/patrikx3/freenom/issues"
},
"homepage": "https://corifeus.com/freenom",
"devDependencies": {
"corifeus-builder": "^2024.10.103"
},
"dependencies": {
"corifeus-utils": "^2024.10.125"
},
"engines": {
"node": ">=12.13.0"
}
}