@aulidev/webstorage
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "@aulidev/webstorage", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Webstorage to Localstorage", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "NODE_ENV=production tsup", | ||
"dev": "tsup --watch", | ||
"format": "biome check --apply ./src", | ||
"test": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:watch": "vitest watch", | ||
"changeset": "changeset" | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
"*": {} | ||
}, | ||
"files": [ | ||
"dist/**/*", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
@@ -43,3 +52,12 @@ "local storage", | ||
"npm": "^8.1.0" | ||
}, | ||
"scripts": { | ||
"build": "NODE_ENV=production tsup", | ||
"dev": "tsup --watch", | ||
"format": "biome check --apply ./src", | ||
"test": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:watch": "vitest watch", | ||
"changeset": "changeset" | ||
} | ||
} |
3257
11
11