This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
57 lines (57 loc) · 1.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
{
"name": "ngx-country-picker",
"version": "3.0.0",
"scripts": {
"build": "ng-packagr -p src/ng-package.json",
"watch": "yarn run build --watch",
"docs": "yarn run docs:build",
"docs:build": "compodoc -p tsconfig.json -n ngx-country-picker -d docs --hideGenerator",
"docs:serve": "yarn run docs:build -s",
"docs:watch": "yarn run docs:build -s -w",
"lint": "eslint -c .eslintrc.json src/"
},
"repository": {
"type": "git",
"url": "https://github.com/guillaume-ro-fr/ngx-country-picker"
},
"author": {
"name": "Guillaume RODRIGUEZ"
},
"keywords": [
"angular",
"angular15",
"country-picker"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/guillaume-ro-fr/ngx-country-picker/issues"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@compodoc/compodoc": "^1.1.10",
"@types/node": "^12.6.8",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"core-js": "^2.5.5",
"eslint": "^8.35.0",
"ng-packagr": "^15.2.2",
"rxjs": "^7.8.0",
"sass": "^1.58.3",
"ts-node": "~8.3.0",
"tslib": "^2.5.0",
"typescript": "~4.9.5",
"world-countries": "^4.0.0",
"zone.js": "^0.11.8"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected]"
}