ksmf
Version:
Modular Microframework for create minimalistic CLI/Web application or REST API
59 lines (58 loc) • 1.41 kB
JSON
{
"name": "ksmf",
"version": "1.4.2",
"description": "Modular Microframework for create minimalistic CLI/Web application or REST API",
"types": "types/index.d.ts",
"exports": "./index.js",
"main": "./index.js",
"type": "commonjs",
"files": [
"bin/*",
"src/*",
"cfg/*",
"types/*",
"index.js",
"LICENSE",
"README.md"
],
"scripts": {
"start": "node ./bin/cli.js",
"test": "jest ",
"type": "npx -p typescript tsc ./index.js --target ES2022 --module commonjs --declaration --allowJs --checkJs --emitDeclarationOnly --esModuleInterop --allowSyntheticDefaultImports --resolveJsonModule --outDir types"
},
"bin": {
"ksmf": "./bin/cli.js"
},
"bin-links": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ameksike/ksmf.git"
},
"keywords": [
"Microframework",
"Ksike",
"Express",
"Fastify",
"KSMF",
"KSDP",
"KSCRYP",
"CLI",
"REST",
"API"
],
"author": "Antonio Membrides Espinosa",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ameksike/ksmf/issues"
},
"homepage": "https://github.com/ameksike/ksmf/wiki",
"dependencies": {
"dotenv": "^16.4.5",
"kscryp": "^1.0.18",
"ksdp": "^1.4.7",
"kstpl": "^1.1.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}