forked from lthn/blockchain
Introduces a new Angular client SDK for the Lethean Blockchain API, generated via OpenAPI Generator. Includes all necessary Angular service, model, configuration, and packaging files, and updates the Makefile to support the 'angular' target for SDK generation.
34 lines
882 B
JSON
Generated
34 lines
882 B
JSON
Generated
{
|
|
"name": "@lthn/angular",
|
|
"version": "6.0.1",
|
|
"description": "OpenAPI client for @lthn/angular",
|
|
"author": "OpenAPI-Generator Contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/letheanVPN/blockchain.git"
|
|
},
|
|
"keywords": [
|
|
"openapi-client",
|
|
"openapi-generator"
|
|
],
|
|
"license": "Unlicense",
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "ng-packagr -p ng-package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "^20.0.0",
|
|
"rxjs": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/common": "^20.0.0",
|
|
"@angular/compiler": "^20.0.0",
|
|
"@angular/compiler-cli": "^20.0.0",
|
|
"@angular/core": "^20.0.0",
|
|
"@angular/platform-browser": "^20.0.0",
|
|
"ng-packagr": "^20.0.0",
|
|
"reflect-metadata": "^0.1.3",
|
|
"rxjs": "^7.4.0",
|
|
"typescript": ">=5.8.0 <5.9.0",
|
|
"zone.js": "^0.15.0"
|
|
}}
|