-
Notifications
You must be signed in to change notification settings - Fork 300
/
package.json
141 lines (141 loc) · 5.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "ngx-mask",
"version": "18.0.4",
"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"
],
"private": true,
"scripts": {
"ng": "ng",
"build": "ng build --base-href /ngx-mask/ --configuration production",
"build:lib": "ng build --configuration production ngx-mask-lib && bun run copy-libdocs",
"ci": "bun run lint && bun run build:lib && bun run test:all && bun run build",
"copy-libdocs": "cp README.md LICENSE dist/ngx-mask-lib",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:scss:fix": "stylelint \"**/*.scss\" --fix",
"lint": "ng lint && bun run lint:scss",
"lint:fix": "ng lint --fix && bun run lint:scss: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 && bun publish",
"release:major": "bun run version:major && bun run build:lib && bun run pack:lib && bun run publish:lib",
"release:minor": "bun run version:minor && bun run build:lib && bun run pack:lib && bun run publish:lib",
"release:patch": "bun run version:patch && bun run build:lib && bun run pack:lib && bun run publish:lib",
"start": "ng serve",
"start-prod": "angular-http-server --path dist/ngx-mask --p 3000 --silent",
"test": "ng test",
"cypress:open": "cypress open",
"cypress:bash": "npx cypress run --component",
"test:all": "bun run test:app && bun run test:lib",
"test:app": "ng test ngx-mask",
"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",
"type-coverage": "type-coverage",
"init:git:hooks": ".github/scripts/setup_hooks.sh",
"snyk:auth": "snyk auth",
"snyk:test": "snyk test && snyk code test"
},
"repository": {
"type": "git",
"url": "https://github.com/JsDaddy/ngx-mask.git"
},
"dependencies": {
"@angular/animations": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.9",
"ajv": "^8.17.1",
"cypress": "^13.15.1",
"highlight.js": "11.10.0",
"ngx-highlightjs": "12.0.0",
"rxjs": "7.8.1",
"semantic-release": "24.2.0",
"semantic-release-export-data": "^1.1.0",
"snyk": "^1.1294.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.10",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "18.2.10",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@jscutlery/cypress-angular": "^0.9.22",
"@types/highlight.js": "9.12.4",
"@types/jasmine": "5.1.4",
"@types/node": "22.8.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@web/test-runner": "^0.19.0",
"angular-cli-ghpages": "2.0.3",
"angular-http-server": "1.12.0",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-prettier": "5.2.1",
"jasmine-core": "5.4.0",
"jasmine-spec-reporter": "7.0.0",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"ng-packagr": "18.2.1",
"npm-check-updates": "^17.1.8",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"puppeteer": "23.6.0",
"stylelint": "16.10.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-prettier": "5.0.2",
"type-coverage": "^2.29.7",
"typescript": "5.5.4",
"angular-eslint": "^18.4.0",
"typescript-eslint": "^8.11.0",
"tailwindcss": "^3.4.14",
"bun-types": "^1.1.33"
},
"typeCoverage": {
"atLeast": 92,
"ignoreObject": true,
"ignoreAsAssertion": true,
"ignoreTypeAssertion;": true,
"strict": true,
"suppressError": true,
"reportSemanticError": true,
"ignoreCatch": true,
"ignoreFiles": [
"server/**/*.ts",
"server.ts"
]
}
}