File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@ionic/storage/package.json
{
"name": "@ionic/storage",
"version": "4.0.0",
"description": "Ionic Storage Helper",
"main": "dist/ionic-storage.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"unpkg": "dist/ionic-storage.js",
"files": [
"dist/"
],
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-storage.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-storage/issues"
},
"keywords": [
"capacitor",
"plugin",
"native"
],
"scripts": {
"release": "np --tag next",
"test": "",
"ts": "tsc",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"localforage": "^1.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"np": "^7.4.0",
"rimraf": "^3.0.2",
"rollup": "^2.40.0",
"semantic-release": "^17.4.2",
"typescript": "^4.1.3"
},
"gitHead": "0b550acdc2d21c95c68e0655b28698ec60fa283a"
}