You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

47 lines
883 B

{
"name": "@keyvhq/test-suite",
"description": "Test suite for Keyv API compliancy",
"homepage": "https://keyv.js.org",
"version": "1.1.1",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
"directory": "packages/keyv-test-suite",
"type": "git",
"url": "git+https://github.com/microlinkhq/keyv.git"
},
"bugs": {
"url": "https://github.com/microlinkhq/keyv/issues"
},
"keywords": [
"cache",
"key",
"store",
"suite",
"test",
"tests",
"ttl",
"value"
],
"devDependencies": {
"delay": "latest",
"timekeeper": "latest"
},
"engines": {
"node": ">= 12"
},
"files": [
"src"
],
"scripts": {
"test": "exit 0"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}