Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "cachu", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A simple key-value cache for Node.js.", | ||
"main": "./dist/index.js", | ||
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)", | ||
"exports": "./dist/index.js", | ||
"types": "types/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"format": "eslint src --fix", | ||
"build": "rimraf dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js", | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/azurydev/cachu.git" | ||
}, | ||
"keywords": [ | ||
"kv", | ||
"cache", | ||
"asynchronous", | ||
"simple" | ||
], | ||
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/azurydev/cachu/issues" | ||
}, | ||
"homepage": "https://github.com/azurydev/cachu#readme", | ||
"repository": "azurystudio/cachu", | ||
"bugs": "https://github.com/azurystudio/cachu/issues", | ||
"homepage": "https://github.com/azurystudio/cachu#readme", | ||
"devDependencies": { | ||
"@azury/eslint-config": "^1.0.1", | ||
"@changesets/changelog-github": "^0.4.6", | ||
@@ -34,8 +25,4 @@ "@changesets/cli": "^2.24.1", | ||
"@types/node": "^18.6.2", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"esbuild": "^0.14.51", | ||
"eslint": "^8.20.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest": "^28.1.3", | ||
@@ -42,0 +29,0 @@ "ms": "^2.1.3", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
13
17795
1
1