forked from lthn/blockchain
35 lines
882 B
JSON
35 lines
882 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}}
|