install deps and set bin path

This commit is contained in:
Dave
2021-03-06 18:43:02 +01:00
parent 14358fcbfa
commit d8368f67f0
2 changed files with 3599 additions and 101 deletions

3681
js-sdk/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,9 @@
"description": "Fyipe is a JS package that tracks error event and send logs from your applications to your fyipe dashboard.",
"main": "dist/fyipe.js",
"unpkg": "dist/fyipe.min.js",
"bin": {
"fyipe": "./src/cli/fyipe.js"
},
"scripts": {
"build-dev": "npm run build && npm link",
"test": "mocha --require @babel/polyfill --require @babel/register",
@@ -30,7 +33,9 @@
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"depcheck": "^0.9.2",
"jsdoc": "^3.6.6",
"mocha": "^7.2.0",
"nodemon": "^2.0.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
@@ -38,7 +43,15 @@
"@babel/polyfill": "^7.10.1",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"commander": "^7.1.0",
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"inquirer": "^8.0.0",
"lru_map": "^0.4.1",
"pino": "^6.11.1",
"pino-pretty": "^4.7.0",
"promise": "^8.1.0",
"systeminformation": "^5.6.1",
"uuid": "^8.3.1"
},
"directories": {
@@ -48,5 +61,11 @@
"repository": {
"type": "git",
"url": "https://github.com/Fyipe/js-sdk"
},
"optionalDependencies": {
"node-linux": "^0.1.12",
"node-mac": "^1.0.1",
"node-windows": "^1.0.0-beta.5",
"osx-temperature-sensor": "^1.0.7"
}
}