kapcacher
Version:
A Cacher API for Kaplay.
45 lines (44 loc) • 950 B
JSON
{
"name": "kapcacher",
"version": "0.11.0",
"description": "A Cacher API for Kaplay.",
"main": "kapcache.js",
"dependencies": {
"kaplay": "^3000.1.17"
},
"files": [
"./global.ts",
"./kapcache.js",
"./kapcache.d.ts",
"./kapcache.js.map",
"./src"
],
"devDependencies": {
"kapcacher": "^0.9.0",
"@replit/database": "^3.0.1",
"esbuild": "^0.21.4",
"express": "^4.19.2",
"js2dts": "^0.3.3",
"stacktrace-js": "^2.0.2",
"typescript": "^5.4.5",
"ws": "^8.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpcFORK/KapCacher.git"
},
"keywords": [
"cache",
"kaplay",
"kaboom"
],
"author": "SpcFORK",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpcFORK/KapCacher/issues"
},
"homepage": "https://github.com/SpcFORK/KapCacher#readme"
}