This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-06-25 12:05:36 +00:00
|
|
|
{
|
|
|
|
"name": "dnslink-api",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
2021-11-08 12:07:53 +00:00
|
|
|
"is-valid-domain": "^0.1.4"
|
2021-06-25 12:05:36 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-20 14:14:52 +00:00
|
|
|
"prettier": "^2.4.1"
|
2021-06-25 12:05:36 +00:00
|
|
|
}
|
|
|
|
}
|