launchdarkly-api-typescript
Version:
OpenAPI client for launchdarkly-api-typescript
34 lines (33 loc) • 782 B
JSON
{
"name": "launchdarkly-api-typescript",
"version": "17.2.0",
"description": "OpenAPI client for launchdarkly-api-typescript",
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/api-client-typescript-axios.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"launchdarkly-api-typescript"
],
"license": "Unlicense",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
}
}