UNPKG

@themineway/smart-storage-js

Version:

A TS/JS library that provides a smart and easy way to store data

41 lines (40 loc) 1.05 kB
{ "name": "@themineway/smart-storage-js", "version": "1.0.0-alpha.18", "description": "A TS/JS library that provides a smart and easy way to store data", "homepage": "https://themineway.github.io/smart-storage/docs/vanilla/", "main": "dist/index.js", "scripts": { "build": "tsc --project tsconfig.build.json", "dev": "tsc --project tsconfig.build.json --watch", "lint": "eslint" }, "repository": { "type": "git", "url": "https://github.com/TheMineWay/smart-storage", "directory": "packages/smart-storage-js" }, "keywords": [ "smart-storage", "storage", "web" ], "author": "TheMineWay", "license": "MIT", "packageManager": "pnpm@10.6.2", "dependencies": { "yup": "^1.6.1", "zod": "^3.25.56" }, "devDependencies": { "@eslint/js": "^9.28.0", "@eslint/json": "^0.12.0", "@types/node": "^22.15.30", "eslint": "^9.28.0", "globals": "^16.2.0", "jsdom": "^26.1.0", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1", "vitest": "^3.2.2" } }