logdna/package.json

32 lines
839 B
JSON
Raw Normal View History

2018-11-01 17:13:34 +00:00
{
"name": "@mojoio/logdna",
2018-11-05 22:52:40 +00:00
"version": "1.0.22",
2018-11-01 17:13:34 +00:00
"private": false,
"description": "anunoffical package for the logdna api",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
2018-11-02 08:07:47 +00:00
"@pushrocks/qenv": "^2.0.2",
2018-11-01 17:13:34 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2018-11-03 22:31:26 +00:00
"@types/node": "^10.12.2",
2018-11-01 17:13:34 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
2018-11-04 20:11:48 +00:00
"@pushrocks/lik": "^3.0.1",
2018-11-04 17:44:28 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.2",
2018-11-01 17:13:34 +00:00
"@pushrocks/smartrequest": "^1.1.14",
2018-11-02 12:57:14 +00:00
"@pushrocks/smartstring": "^3.0.4",
"@pushrocks/taskbuffer": "^2.0.5"
2018-11-01 17:13:34 +00:00
}
2018-11-04 17:44:28 +00:00
}