UNPKG

@availity/favorites

Version:

Favorite Heart for favoriting items such as links/resources etc.

40 lines (39 loc) 1.08 kB
{ "name": "@availity/favorites", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/favorites"], "options": { "jestConfig": "packages/favorites/jest.config.js" } }, "version": { "executor": "@jscutlery/semver:version", "options": { "preset": "angular", "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]", "tagPrefix": "{projectName}@", "baseBranch": "master", "trackDeps": true } }, "lint": { "executor": "@nx/eslint:lint", "options": { "eslintConfig": ".eslintrc.yaml", "silent": false, "fix": false, "cache": true, "cacheLocation": "./node_modules/.cache/favorites/.eslintcache", "maxWarnings": -1, "quiet": false, "noEslintrc": false, "hasTypeAwareRules": true, "cacheStrategy": "metadata" } } } }