UNPKG

oso-cloud

Version:

Oso Cloud Node.js Client SDK

72 lines (71 loc) 1.93 kB
{ "name": "oso-cloud", "version": "2.5.3", "description": "Oso Cloud Node.js Client SDK", "engines": { "node": ">=16.0.0" }, "keywords": [ "authorization", "rbac", "oso", "oso cloud", "authorization as a service", "microservice authorization" ], "license": "Apache-2.0", "main": "dist/src/index.js", "typesVersions": { ">=4.9": { "index.d.ts": [ "dist/src/index.d.ts" ] }, "*": { "*": [ "dist/not-supported.d.ts" ] } }, "files": [ "dist" ], "author": "Oso Security", "scripts": { "clean": "rimraf dist", "lint": "eslint", "test": "jest -i", "ts:check": "tsc --noEmit", "prettier:check": "prettier --check \"**/*.{js,ts,tsx,json}\"", "prettier": "prettier --write \"**/*.{js,ts,tsx,json}\"", "prebuild": "yarn clean", "preversion": "yarn build", "build": "tsc -p tsconfig.build.json && cp src/not-supported.d.ts dist/", "prepublish": "yarn build" }, "dependencies": { "cross-fetch": "^4.1.0", "fetch-retry": "^6.0.0", "ip-num": "^1.5.2" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node-fetch": "^2.6.2", "@types/pg": "^8.11.2", "eslint": "^8.0.1", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^26.2.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0", "jest": "^29.7", "kysely": "^0.27.2", "pg": "^8.11.3", "prettier": "^3.2.5", "rimraf": "^3.0.2", "sequelize": "^6.37.3", "ts-jest": "^29.1.4", "typeorm": "0.3.19", "typescript": "^5.4.5" } }