@availity/mui-datepicker
Version:
Availity MUI Datepicker Component - part of the @availity/element design system
48 lines (47 loc) • 1.24 kB
JSON
{
"name": "mui-datepicker",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/datepicker/src",
"projectType": "library",
"trackDeps": true,
"tags": [],
"build": {
"options": {
"cache": false
}
},
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"eslintConfig": ".eslintrc.json",
"silent": false,
"fix": false,
"cache": true,
"cacheLocation": "./node_modules/.cache/datepicker/.eslintcache",
"maxWarnings": -1,
"quiet": false,
"noEslintrc": false,
"hasTypeAwareRules": true,
"cacheStrategy": "metadata"
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/datepicker"],
"options": {
"jestConfig": "packages/datepicker/jest.config.js"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional",
"commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
"tagPrefix": "@availity/{projectName}@",
"trackDeps": true,
"skipCommitTypes": ["docs"]
}
}
}
}