vijay06
Version:
awesome ngx mask
121 lines (119 loc) • 4.56 kB
JSON
{
"name": "vijay06",
"version": "14.2.3",
"description": "awesome ngx mask",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"angular-cli": {},
"keywords": [
"ng2-mask",
"ngx-mask",
"ng2",
"angular-mask",
"mask",
"angular",
"angular2",
"angular2-mask",
"ng2mask",
"jsdaddy"
],
"scripts": {
"ng": "ng",
"build": "ng build showcase --configuration production",
"build:lib": "ng build --configuration production ngx-mask-lib && npm run copy-libdocs",
"ci": "npm run lint && npm run build:lib && npm run test:all && npm run build",
"copy-libdocs": "copyfiles -V -E README.md LICENSE dist/ngx-mask-lib",
"fix:prettier": "prettier --write \"./**/*.{js,json,md,ts,html,scss}\"",
"fix:lint": "npm run lint -- --fix",
"lint": "ng lint && npm run lint:markdown",
"lint:fix": "ng lint --fix",
"lint:markdown": "markdownlint -i projects/ngx-mask-lib/coverage -i node_modules -i CHANGELOG.md ./",
"pack:lib": "cd dist/ngx-mask-lib && npm pack",
"precommit-msg": "echo 'Please wait while we do our pre-commit checks...' && exit 0",
"prettier": "prettier './src/**/*.ts' './projects/**/*.ts' --write",
"publish:lib": "cd dist/ngx-mask-lib && npm publish",
"release:major": "npm run version:major && npm run build:lib && npm run pack:lib && npm run publish:lib",
"release:minor": "npm run version:minor && npm run build:lib && npm run pack:lib && npm run publish:lib",
"release:patch": "npm run version:patch && npm run build:lib && npm run pack:lib && npm run publish:lib",
"start": "ng serve -o showcase --hmr",
"start-prod": "angular-http-server --path dist/showcase --p 3000 --silent",
"test": "npm run test:lib",
"test:all": "npm run test:app && npm run test:lib",
"test:app": "ng test showcase",
"test:lib": "ng test ngx-mask-lib",
"test:lib:ct": "ngcc && ng run ngx-mask-lib:ct",
"version:major": "npm --no-git-tag-version version major && cd projects/ngx-mask-lib && npm --no-git-tag-version version major",
"version:minor": "npm --no-git-tag-version version minor && cd projects/ngx-mask-lib && npm --no-git-tag-version version minor",
"version:patch": "npm --no-git-tag-version version patch && cd projects/ngx-mask-lib && npm --no-git-tag-version version patch",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/JsDaddy/ngx-mask.git"
},
"dependencies": {
"@angular/animations": "14.2.1",
"@angular/cdk": "14.2.1",
"@angular/common": "14.2.1",
"@angular/compiler": "14.2.1",
"@angular/core": "14.2.1",
"@angular/forms": "14.2.1",
"@angular/platform-browser": "14.2.1",
"@angular/platform-browser-dynamic": "14.2.1",
"@angular/router": "14.2.1",
"@jscutlery/cypress-angular": "0.9.22",
"bootstrap": "5.2.1",
"intl": "1.2.5",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.2",
"@angular-eslint/builder": "14.0.4",
"@angular-eslint/eslint-plugin": "14.0.4",
"@angular-eslint/eslint-plugin-template": "14.0.4",
"@angular-eslint/schematics": "14.0.4",
"@angular-eslint/template-parser": "14.0.4",
"@angular/cli": "14.2.2",
"@angular/compiler-cli": "14.2.1",
"@angular/language-service": "14.2.1",
"@angular/material": "14.2.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@nrwl/cypress": "14.7.5",
"@types/highlight.js": "9.12.4",
"@types/jasmine": "4.3.0",
"@types/node": "18.7.17",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"angular-cli-ghpages": "1.0.3",
"angular-http-server": "1.11.0",
"copyfiles": "2.4.1",
"cypress": "10.7.0",
"eslint": "8.22.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"jasmine-core": "4.4.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-cli": "2.0.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"karma-mocha-reporter": "2.2.5",
"markdownlint-cli": "0.32.2",
"ng-packagr": "14.2.1",
"prettier": "2.7.1",
"puppeteer": "17.1.3",
"sass": "1.54.9",
"ts-node": "10.9.1",
"typescript": "4.8.3"
}
}