UNPKG

@ozmap/ozmap-sdk

Version:

Use this sdk to access ozmap plataform and connect it to your own systems.

66 lines (65 loc) 1.98 kB
{ "name": "@ozmap/ozmap-sdk", "version": "1.1.2", "description": "Use this sdk to access ozmap plataform and connect it to your own systems. ", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --dts", "coverage": "ts-node test --coverage --silent", "husky": "husky", "prettier:format": "prettier --config .prettierrc.cjs '**/*.{js,ts,json,md}' --write", "pre-commit": "lint-staged && npm run build", "lint": "eslint ./src --ext .cjs,.js,.ts", "lint:fix": "eslint ./src --ext .cjs,.js,.ts --fix", "test": "ts-node test", "publish:alpha": "npm run build && npm publish --tag alpha" }, "files": [ "dist/**/*" ], "keywords": [ "ozmap", "sdk", "ozmap-api", "devoz", "ftth" ], "author": "jose.raupp@ozmap.com.br <Jose Raupp da Rosa Junior>", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/ozmap/ozmap-sdk.git" }, "bugs": { "url": "https://github.com/ozmap/ozmap-sdk/issues" }, "homepage": "https://github.com/ozmap/ozmap-sdk#readme", "dependencies": { "@ozmap/logger": "^0.2.3", "@ozmap/ozmap-sdk": "^1.0.15-alpha.4", "axios": "^1.7.7", "bson-objectid": "^2.0.1", "http-status-codes": "^2.3.0", "lodash": "^4.17.21", "zod": "^3.22.4" }, "devDependencies": { "@commitlint/cli": "^19.2.2", "@rocketseat/commitlint-config": "0.0.3", "@types/jest": "^27.0.2", "@types/lodash": "^4.17.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.0", "lint-staged": "^12.1.4", "prettier": "^2.4.1", "ts-node": "^10.0.0", "tsup": "^8.0.2", "typescript": "^4.9.5" } }