logdna/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-11-01 17:13:34 +00:00
{
"name": "@mojoio/logdna",
2020-06-10 08:46:45 +00:00
"version": "1.0.34",
2018-11-01 17:13:34 +00:00
"private": false,
2020-06-03 03:13:01 +00:00
"description": "an unoffical package for the logdna api",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-11-01 17:13:34 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-03 03:21:51 +00:00
"build": "(tsbuild --web)",
2018-11-01 17:13:34 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2020-06-03 03:13:01 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/qenv": "^4.0.6",
"@pushrocks/tapbundle": "^3.2.1",
2020-06-05 16:06:52 +00:00
"@types/node": "^14.0.11",
2020-06-03 03:13:01 +00:00
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
2018-11-01 17:13:34 +00:00
},
"dependencies": {
2020-06-03 03:13:01 +00:00
"@pushrocks/lik": "^4.0.13",
2020-06-05 16:06:52 +00:00
"@pushrocks/smartlog-interfaces": "^2.0.15",
2020-06-03 03:13:01 +00:00
"@pushrocks/smartrequest": "^1.1.47",
"@pushrocks/smartstring": "^3.0.18",
"@pushrocks/taskbuffer": "^2.1.1"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-10 08:46:45 +00:00
}