mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-27 12:21:10 +01:00
* initial commit of generated api client * bumps lock file * changes api client dep from file link to portal in package * adds ui/api-client to copywrite config header ignore
22 lines
564 B
JSON
22 lines
564 B
JSON
{
|
|
"name": "@hashicorp/vault-client-typescript",
|
|
"version": "0.0.0",
|
|
"description": "OpenAPI client for @hashicorp/vault-client-typescript",
|
|
"author": "OpenAPI-Generator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0 || ^5.0"
|
|
}
|
|
}
|