UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@ionic/storage",
3 "version": "3.0.6",
4 "description": "Ionic Storage Helper",
5 "main": "dist/ionic-storage.cjs.js",
6 "module": "dist/esm/index.js",
7 "types": "dist/esm/index.d.ts",
8 "unpkg": "dist/ionic-storage.js",
9 "files": [
10 "dist/"
11 ],
12 "author": "Ionic Team",
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/ionic-team/ionic-storage.git"
17 },
18 "bugs": {
19 "url": "https://github.com/ionic-team/ionic-storage/issues"
20 },
21 "keywords": [
22 "capacitor",
23 "plugin",
24 "native"
25 ],
26 "scripts": {
27 "release": "np",
28 "test": "",
29 "ts": "tsc",
30 "build": "npm run clean && tsc && rollup -c rollup.config.js",
31 "clean": "rimraf ./dist",
32 "watch": "tsc --watch",
33 "prepublishOnly": "npm run build"
34 },
35 "dependencies": {
36 "localforage": "^1.9.0"
37 },
38 "devDependencies": {
39 "@rollup/plugin-commonjs": "^17.1.0",
40 "@rollup/plugin-node-resolve": "^11.2.0",
41 "np": "^7.4.0",
42 "rimraf": "^3.0.2",
43 "rollup": "^2.40.0",
44 "semantic-release": "^17.4.2",
45 "typescript": "^4.1.3"
46 },
47 "gitHead": "0b550acdc2d21c95c68e0655b28698ec60fa283a"
48}