@epilot/entity-client
Version:
JavaScript client library for the epilot Core Entity API
78 lines (77 loc) • 2.22 kB
JSON
{
"name": "@epilot/entity-client",
"version": "6.11.0-rc.3",
"description": "JavaScript client library for the epilot Core Entity API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "epilot GmbH",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/epilot-dev/sdk-js.git",
"directory": "clients/entity-client"
},
"bugs": {
"url": "https://github.com/epilot-dev/sdk-js/issues"
},
"homepage": "https://github.com/epilot-dev/sdk-js/tree/main/clients/entity-client#readme",
"keywords": [
"epilot",
"sdk",
"entity"
],
"scripts": {
"test": "jest",
"typescript": "tsc",
"bundle-definition": "webpack",
"prepublishOnly": "npm run typegen && npm run build",
"openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/entity.yaml",
"typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
"build": "tsc && npm run build:patch && npm run bundle-definition",
"build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js",
"build:watch": "npm run build && tsc -w",
"release-alpha": "npm version prerelease --preid alpha",
"lint": "pnpm exec eslint src"
},
"files": [
"*.js",
"*.d.ts",
"**/*.json",
"**/*.js",
"**/*.d.ts",
"!*.test.*",
"!**/*.test.*",
"!node_modules",
"!src",
"!src/**",
"!*.config.js"
],
"peerDependencies": {
"axios": "^1.0.0 || >=0.25.0 <1.0.0"
},
"dependencies": {
"@dazn/lambda-powertools-correlation-ids": "^1.28.1",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
"openapi-client-axios": "^7.8.0",
"stream-http": "^3.1.1",
"url": "^0.11.0",
"util": "^0.12.3"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"axios": "^1.11.0",
"copy-webpack-plugin": "^7.0.0",
"jest": "^29.6.2",
"json-loader": "^0.5.7",
"openapicmd": "^2.7.0",
"ts-jest": "^29.4.1",
"ts-loader": "^8.0.14",
"ts-node": "^10.9.1",
"typescript": "^4.1.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0"
},
"gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7"
}