You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
351 B
JSON
20 lines
351 B
JSON
4 years ago
|
{
|
||
|
"name": "ovh-api-dyndns",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "adb",
|
||
|
"license": "",
|
||
|
"dependencies": {
|
||
|
"superagent": "^6.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^6.7.2"
|
||
|
}
|
||
|
}
|