{ "name": "tk-storage", "version": "0.1.0", "description": "Javascript/Typescript persistent storage, with key-value stores as foundation", "main": "dist/tk-storage.umd.js", "source": "src/index.ts", "module": "dist/tk-storage.modern.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "normalize": "tk-base", "build": "microbundle build -f modern,umd", "dev": "run-p dev:*", "dev:test": "jest --watchAll", "dev:build": "microbundle watch -f modern,umd", "prepare": "npm run build", "prepublishOnly": "npm test" }, "devDependencies": { "@types/uuid": "^3.4.5", "tk-base": "^0.2.1", "uuid": "^3.3.3" }, "files": [ "/src", "/dist" ], "author": { "name": "Michaƫl Lemaire", "url": "https://thunderk.net" }, "repository": { "type": "git", "url": "https://code.thunderk.net/tslib/tk-storage.git" }, "bugs": { "url": "https://gitlab.com/thunderk/tk-storage/issues" }, "homepage": "https://code.thunderk.net/tslib/tk-storage", "license": "ISC", "keywords": [ "typescript", "storage", "database" ] }