ntk-cms-api
Version:
Complete API service layer and data models for CMS operations with TypeScript support
50 lines • 1.19 kB
JSON
{
"name": "ntk-cms-api",
"version": "20.26.2",
"description": "Complete API service layer and data models for CMS operations with TypeScript support",
"author": "Alireza-Karavi",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/akaravi/npm-ntk-cms-angular.git",
"directory": "projects/ntk-cms-api"
},
"bugs": {
"url": "https://github.com/akaravi/npm-ntk-cms-angular/issues"
},
"homepage": "https://github.com/akaravi/npm-ntk-cms-angular#readme",
"keywords": [
"angular",
"angular2",
"angular-library",
"cms",
"api",
"typescript",
"rest-api",
"http-client",
"ngx",
"ngx-ntk",
"ntk",
"cms-api"
],
"peerDependencies": {
"@angular/common": "^20.1.0 || ^21.0.0",
"@angular/core": "^20.1.0 || ^21.0.0",
"rxjs": ">=6.6.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ntk-cms-api.mjs",
"typings": "types/ntk-cms-api.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ntk-cms-api.d.ts",
"default": "./fesm2022/ntk-cms-api.mjs"
}
}
}