ng-spring-data-rest
Version:
This tool provides a command line interface to generate classes and services that use HAl for Angular based on the provided schemas by Spring Data REST.
44 lines (43 loc) • 1.29 kB
JSON
{
"name": "ng-spring-data-rest",
"description": "This tool provides a command line interface to generate classes and services that use HAl for Angular based on the provided schemas by Spring Data REST.",
"homepage": "https://github.com/dhoeppe/ng-spring-data-rest",
"keywords": [
"angular",
"spring-data-rest",
"codegen"
],
"bugs": {
"url": "https://github.com/dhoeppe/ng-spring-data-rest/issues",
"email": "ng-spring-data-rest@danielhoeppe.com"
},
"license": "MIT",
"author": "Daniel Höppe <ng-spring-data-rest@danielhoeppe.com>",
"main": "ng-spring-data-rest",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/dhoeppe/ng-spring-data-rest.git"
},
"bin": "./ng-spring-data-rest",
"version": "3.1.0",
"scripts": {
"test": "echo \"This project contains no tests.\" && exit 0"
},
"dependencies": {
"argparse": "^1.0.10",
"axios": "^0.19.2",
"axios-cookiejar-support": "^0.5.1",
"fs-extra": "^8.1.0",
"json-schema-to-typescript": "^8.2.0",
"lodash": "^4.17.15",
"mustache": "^4.0.1",
"pluralize": "^8.0.0",
"qs": "^6.9.3",
"tough-cookie": "^3.0.1"
},
"peerDependencies": {
"@angular/core": ">=6.0.0",
"@lagoshny/ngx-hal-client": "1.0.x"
}
}