UNPKG

1.45 kBJSONView Raw
1{
2 "name": "sumo-logger",
3 "version": "2.5.1",
4 "description": "Sumo Logic Javascript SDK for sending logs to a HTTP Source endpoint.",
5 "main": "lib/sumoLogger.js",
6 "scripts": {
7 "release": "np",
8 "test": "nyc mocha --exit",
9 "cover": "nyc --reporter=lcov npm test",
10 "lint": "eslint src/sumoLogger.js src/formatDate.js test/**/*.js",
11 "fix-code": "prettier-eslint --write src/sumoLogger.js src/formatDate.js test/**/*.js",
12 "build": "babel -d lib src",
13 "prepublishOnly": "npm run build"
14 },
15 "dependencies": {
16 "superagent": "^5.0.5"
17 },
18 "devDependencies": {
19 "@babel/cli": "^7.2.3",
20 "@babel/core": "^7.3.3",
21 "@babel/plugin-transform-object-assign": "^7.2.0",
22 "@babel/preset-env": "^7.3.1",
23 "chai": "^4.2.0",
24 "eslint": "^5.15.1",
25 "eslint-plugin-node": "^8.0.1",
26 "gulp-babel": "^8.0.0",
27 "mocha": "^6.1.4",
28 "np": "^4.0.2",
29 "nyc": "^14.1.1",
30 "prettier-eslint": "^8.8.2",
31 "prettier-eslint-cli": "^4.7.1",
32 "sinon": "^7.2.4",
33 "sinon-chai": "^3.3.0"
34 },
35 "repository": {
36 "type": "git",
37 "url": "github.com:SumoLogic/js-logging-sdk.git"
38 },
39 "keywords": [
40 "sumo-logger",
41 "jslogger",
42 "sumologic",
43 "logs",
44 "javascript"
45 ],
46 "author": "Sumo Logic",
47 "license": "Apache-2.0",
48 "bugs": {
49 "url": "https://github.com/sumologic/js-sumo-logger/issues"
50 },
51 "homepage": "https://github.com/sumologic/js-sumo-logger#readme"
52}