kytkat
Version:
🔍 Fast and Minimalist SERVE FILE library
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "kytkat",
"version": "0.9.2",
"main": "./lib/view/main.js",
"type": "module",
"exports": {
".": {
"default": "./lib/view/main.js",
"types": "./lib/view/view.d.ts"
},
"./root": {
"default": "./lib/root/main.js",
"types": "./lib/root/root.d.ts"
}
},
"typesVersions": {},
"bin": {
"kytkat": "./bin/cli.js"
},
"scripts": {
"test": "node main.js"
},
"keywords": [
"kytkat",
"static",
"backend",
"javascript",
"kytkat-config",
"static-file",
"cache"
],
"author": "Amir-Hussein-Muhammadi-Fard",
"license": "Apache License 2.0",
"description": "🔍 Fast and Minimalist SERVE FILE library",
"repository": {},
"files": ["LICENSE", "README.md", "lib", "NOTICE", "bin", "docs"],
"readmeFilename": "",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"eslint": "^9.30.1",
"globals": "^16.3.0"
}
}