smartdns/package.json

39 lines
953 B
JSON
Raw Normal View History

2016-11-15 20:39:21 +00:00
{
"name": "@pushrocks/smartdns",
2018-05-13 14:43:47 +00:00
"version": "3.0.4",
2019-01-06 23:21:15 +00:00
"private": false,
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": {
2019-01-06 23:21:15 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
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": {
2019-01-06 23:21:15 +00:00
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartpromise": "^2.0.5"
2016-11-15 20:39:21 +00:00
},
2017-07-31 14:33:57 +00:00
"devDependencies": {
2019-01-06 23:21:15 +00:00
"@gitzone/tsbuild": "^2.1.4",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.18",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0"
2017-07-31 14:33:57 +00:00
}
2019-01-06 23:21:15 +00:00
}