-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "ng2-flatpickr",
"version": "9.0.0",
"description": "Angular 2+ wrapper for flatpickr",
"main": "index.js",
"scripts": {
"test": "tsc -p ./tsconfig.json",
"build": "ng-packagr -p package.json",
"publish": "npm publish ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mezoistvan/ng2-flatpickr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mezoistvan/ng2-flatpickr/issues"
},
"homepage": "https://github.com/mezoistvan/ng2-flatpickr#readme",
"peerDependencies": {
"flatpickr": "^4.6.0"
},
"devDependencies": {
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@types/node": "^12.11.7",
"ng-packagr": "^9.0.0",
"rxjs": "~6.5.0",
"typescript": ">=3.6.0 <3.7.0",
"zone.js": "~0.10.2"
},
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
},
"dependencies": {}
}