generator-partha-btp-capm
Version:
SAP CAP Generator - Partha Sarathi Goswami
97 lines (96 loc) • 1.93 kB
JSON
{
"name": "generator-partha-btp-capm",
"displayName": "Partha Sarathi Goswami BTP CAP Generator",
"description": "SAP CAP Generator - Partha Sarathi Goswami",
"version": "0.0.30",
"license": "SEE LICENSE IN LICENSE",
"homepage": "",
"author": {
"name": "Partha Goswami",
"email": "saptechengineer@gmail.com"
},
"files": [
"generators",
"yeoman.PNG"
],
"main": "generators/index.js",
"keywords": [
"mta",
"multitarget",
"api",
"sdk",
"cloudsdk",
"uaa",
"security",
"authentication",
"authorization",
"odata",
"cap",
"capm",
"btp",
"hana",
"partha",
"dpe",
"digitalpartnerengineering",
"yeoman-generator"
],
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.6.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jest": "^25.4.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^2.4.1"
},
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"@sap/hana-client": "^2",
"chalk": "^4.1.0",
"generate-password": "^1",
"yeoman-generator": "^4.11.0",
"yosay": "^2.0.2"
},
"jest": {
"testEnvironment": "node"
},
"lint-staged": {
"*.js": [
"eslint --fix"
],
"*.json": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": ""
}
},
"eslintConfig": {
"extends": [
"xo",
"prettier"
],
"env": {
"jest": true,
"node": true
},
"rules": {
"prettier/prettier": "error"
},
"plugins": [
"prettier"
]
},
"scripts": {
"pretest": "eslint .",
"test": "jest"
},
"repository": "powerofbtp/generator-partha-btp-capm.git"
}