@ory/client
Version:
OpenAPI client for @ory/client
34 lines (33 loc) • 728 B
JSON
{
"name": "@ory/client",
"version": "v1.22.22",
"description": "OpenAPI client for @ory/client",
"author": "Ory Corp",
"repository": {
"type": "git",
"url": "https://github.com/ory/sdk.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"@ory/client"
],
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}
}