@ringer-tel/telique
Version:
TypeScript SDK for Ringer APIs
36 lines • 665 B
JSON
{
"name": "@ringer-tel/telique",
"version": "0.1.0",
"description": "TypeScript SDK for Ringer APIs",
"main": "index.ts",
"types": "index.ts",
"files": [
"**/*.ts",
"apis/",
"models/",
"runtime.ts",
"index.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ringer",
"api",
"sdk",
"typescript"
],
"author": "Ringer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teliax/ringer-redoc.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.0.0"
}
}