-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2 KB
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
{
"name": "@ionic/storage-angular",
"version": "3.0.6",
"description": "Ionic Storage utility",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-storage.git"
},
"keywords": [
"ionic",
"angular",
"localforage",
"cordova",
"hybrid"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/ionic-storage/issues"
},
"homepage": "https://github.com/ionic-team/ionic-storage#readme",
"dependencies": {
"@ionic/storage": "^3.0.6",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "*",
"rxjs": "*"
},
"release": {
"branches": "stable",
"pkgRoot": "dist",
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
"@semantic-release/github",
"@semantic-release/npm"
],
"success": [
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"gitHead": "0b550acdc2d21c95c68e0655b28698ec60fa283a",
"module": "fesm2015/ionic-storage-angular.mjs",
"es2020": "fesm2020/ionic-storage-angular.mjs",
"esm2020": "esm2020/ionic-storage-angular.mjs",
"fesm2020": "fesm2020/ionic-storage-angular.mjs",
"fesm2015": "fesm2015/ionic-storage-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ionic-storage-angular.mjs",
"es2020": "./fesm2020/ionic-storage-angular.mjs",
"es2015": "./fesm2015/ionic-storage-angular.mjs",
"node": "./fesm2015/ionic-storage-angular.mjs",
"default": "./fesm2020/ionic-storage-angular.mjs"
}
},
"sideEffects": false
}