logdna/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2018-11-01 17:13:34 +00:00
{
"name": "@mojoio/logdna",
2021-07-06 23:12:30 +00:00
"version": "1.0.39",
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/)",
2021-07-06 23:12:29 +00:00
"build": "(tsbuild --web)"
2018-11-01 17:13:34 +00:00
},
"devDependencies": {
2021-07-06 22:47:45 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.14",
2020-06-05 16:06:52 +00:00
"@types/node": "^14.0.11",
2021-07-06 22:47:45 +00:00
"tslint": "^6.1.3",
2020-06-03 03:13:01 +00:00
"tslint-config-prettier": "^1.18.0"
2018-11-01 17:13:34 +00:00
},
"dependencies": {
2021-07-06 22:47:45 +00:00
"@pushrocks/lik": "^4.0.20",
"@pushrocks/smartlog-interfaces": "^2.0.22",
"@pushrocks/smartrequest": "^1.1.52",
"@pushrocks/smartstring": "^3.0.24",
"@pushrocks/taskbuffer": "^2.1.13"
2020-06-03 03:13:01 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2021-07-06 23:05:16 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-06-03 03:13:01 +00:00
]
2021-07-06 23:05:17 +00:00
}