smartdns/package.json
2018-05-13 16:43:47 +02:00

36 lines
824 B
JSON

{
"name": "@pushrocks/smartdns",
"version": "3.0.4",
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"build": "(npmts)"
},
"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": {
"beautylog": "^6.1.10",
"smartdelay": "^1.0.4",
"smartq": "^1.1.8"
},
"devDependencies": {
"@types/node": "^10.0.8",
"tapbundle": "^2.0.0"
}
}