2016-11-15 20:39:21 +00:00
|
|
|
{
|
2018-05-13 13:51:04 +00:00
|
|
|
"name": "@pushrocks/smartdns",
|
2018-05-13 14:18:40 +00:00
|
|
|
"version": "3.0.1",
|
2016-11-15 20:39:21 +00:00
|
|
|
"description": "smart dns methods written in TypeScript",
|
|
|
|
"main": "dist/index.js",
|
2017-01-26 23:17:01 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-11-15 20:39:21 +00:00
|
|
|
"scripts": {
|
2018-05-13 13:51:04 +00:00
|
|
|
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
|
|
|
|
"build": "(npmts)"
|
2016-11-15 20:39:21 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/dnsly.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dns",
|
|
|
|
"google dns",
|
|
|
|
"dns record"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/dnsly/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/dnsly#README",
|
|
|
|
"dependencies": {
|
2017-07-18 13:45:06 +00:00
|
|
|
"beautylog": "^6.1.10",
|
2018-05-13 13:51:04 +00:00
|
|
|
"smartdelay": "^1.0.4",
|
|
|
|
"smartq": "^1.1.8"
|
2016-11-15 20:39:21 +00:00
|
|
|
},
|
2017-07-31 14:33:57 +00:00
|
|
|
"devDependencies": {
|
2018-05-13 13:51:04 +00:00
|
|
|
"@types/node": "^10.0.8",
|
|
|
|
"tapbundle": "^2.0.0"
|
2017-07-31 14:33:57 +00:00
|
|
|
}
|
2016-11-15 20:39:21 +00:00
|
|
|
}
|