@edonec/indexed-db-class
Version:
An easy to use IndexedDb class, (post,put,delete and get) data easily from your indexedDb storage
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "@edonec/indexed-db-class",
"version": "1.0.7",
"description": "An easy to use IndexedDb class, (post,put,delete and get) data easily from your indexedDb storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/eDonec/npm/indexed-db-class"
},
"keywords": [
"IndexedDb",
"Typescript",
"Front-end",
"persistance",
"persistant-data",
"eDonec"
],
"author": "C-J",
"license": "ISC",
"homepage": "https://edonec.com",
"devDependencies": {
"prettier": "2.3.2",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "4.3.4"
},
"files": [
"lib/**/*"
]
}